Class XMLObject
java.lang.Object
com.netscape.cmsutil.xml.XMLObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemToContainer(Node container, String tagname, String value) createContainer(Node containerParent, String containerName) createRoot(String name) Each document should have 1 root only.getAllValues(String tagname) getContainer(String tagname) If you have duplicate containers, then this method will return the first container in the list.getRoot()getValuesFromContainer(Node container, String tagname) voidoutput(OutputStream os) byte[]
-
Constructor Details
-
XMLObject
- Throws:
ParserConfigurationException
-
XMLObject
-
XMLObject
-
-
Method Details
-
getDocument
-
createRoot
-
getRoot
-
getContainer
-
createContainer
-
addItemToContainer
-
getValue
-
getAllValues
-
getValuesFromContainer
-
toByteArray
-
output
-
toXMLString
-