Package cronapi.xml

Class Operations

java.lang.Object
cronapi.xml.Operations

public class Operations extends Object
Classe que representa ...
Since:
2017-03-29
Version:
1.0
Author:
Rodrigo Reis
  • Constructor Details

    • Operations

      public Operations()
  • Method Details

    • newXMLEmpty

      public static final Var newXMLEmpty() throws Exception
      Throws:
      Exception
    • newXMLEmpty

      public static final Var newXMLEmpty(Var rootElement) throws Exception
      Throws:
      Exception
    • XMLOpenFromFile

      public static final Var XMLOpenFromFile(Var absPath) throws Exception
      Throws:
      Exception
    • XMLOpen

      public static final Var XMLOpen(Var name) throws Exception
      Throws:
      Exception
    • XMLcreateElement

      public static final Var XMLcreateElement(Var name, Var value)
    • XMLaddElement

      public static final void XMLaddElement(Var parent, Var element)
    • hasRootElement

      public static final Var hasRootElement(Var document)
    • getRootElement

      public static final Var getRootElement(Var document)
    • XMLDocumentToString

      public static final Var XMLDocumentToString(Var document)
    • XMLElementToString

      public static final Var XMLElementToString(Var document)
    • XMLGetChildElement

      public static final Var XMLGetChildElement(Var element, Var child) throws Exception
      Throws:
      Exception
    • XMLSetElementAttributeValue

      public static final void XMLSetElementAttributeValue(Var element, Var attributeName, Var value) throws Exception
      Throws:
      Exception
    • XMLGetAttributeValue

      public static final Var XMLGetAttributeValue(Var element, Var attribute) throws Exception
      Throws:
      Exception
    • XMLGetParentElement

      public static final Var XMLGetParentElement(Var element) throws Exception
      Throws:
      Exception
    • XMLSetElementValue

      public static final void XMLSetElementValue(Var element, Var value) throws Exception
      Throws:
      Exception
    • XMLGetElementValue

      public static final Var XMLGetElementValue(Var element) throws Exception
      Throws:
      Exception
    • XMLRemoveElement

      public static final Var XMLRemoveElement(Var parent, Var element) throws Exception
      Throws:
      Exception
    • XMLGetElementTagName

      public static final Var XMLGetElementTagName(Var element) throws Exception
      Throws:
      Exception
    • XMLChangeNodeName

      public static final Var XMLChangeNodeName(Var node, Var name) throws Exception
      Throws:
      Exception
    • xmlFromStrng

      public static final Var xmlFromStrng(Var string) throws Exception
      Throws:
      Exception
    • xmltoJson

      public static final Var xmltoJson(Var xml) throws Exception
      Throws:
      Exception