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 Summary
Constructors Constructor Description Operations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VargetRootElement(Var document)static VarhasRootElement(Var document)static VarnewXMLEmpty()static VarnewXMLEmpty(Var rootElement)static voidXMLaddElement(Var parent, Var element)static VarXMLChangeNodeName(Var node, Var name)static VarXMLcreateElement(Var name, Var value)static VarXMLDocumentToString(Var document)static VarXMLElementToString(Var document)static VarxmlFromStrng(Var string)static VarXMLGetAttributeValue(Var element, Var attribute)static VarXMLGetChildElement(Var element, Var child)static VarXMLGetElementTagName(Var element)static VarXMLGetElementValue(Var element)static VarXMLGetParentElement(Var element)static VarXMLOpen(Var name)static VarXMLOpenFromFile(Var absPath)static VarXMLRemoveElement(Var parent, Var element)static voidXMLSetElementAttributeValue(Var element, Var attributeName, Var value)static voidXMLSetElementValue(Var element, Var value)static VarxmltoJson(Var xml)
-
-
-
Method Detail
-
newXMLEmpty
public static final Var newXMLEmpty(Var rootElement) throws Exception
- Throws:
Exception
-
XMLOpenFromFile
public static final Var XMLOpenFromFile(Var absPath) throws Exception
- Throws:
Exception
-
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
-
-