Package com.netscape.cmsutil.xml
Class XMLObject
java.lang.Object
com.netscape.cmsutil.xml.XMLObject
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addItemToContainer
(Node container, String tagname, String value) Deprecated, for removal: This API element is subject to removal in a future version.createContainer
(Node containerParent, String containerName) Deprecated, for removal: This API element is subject to removal in a future version.createRoot
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Each document should have 1 root only.getAllValues
(String tagname) Deprecated, for removal: This API element is subject to removal in a future version.getContainer
(String tagname) Deprecated, for removal: This API element is subject to removal in a future version.If you have duplicate containers, then this method will return the first container in the list.Deprecated, for removal: This API element is subject to removal in a future version.getRoot()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getValuesFromContainer
(Node container, String tagname) Deprecated, for removal: This API element is subject to removal in a future version.void
output
(OutputStream os) Deprecated, for removal: This API element is subject to removal in a future version.byte[]
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
XMLObject
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
ParserConfigurationException
-
XMLObject
Deprecated, for removal: This API element is subject to removal in a future version. -
XMLObject
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDocument
Deprecated, for removal: This API element is subject to removal in a future version. -
createRoot
Deprecated, for removal: This API element is subject to removal in a future version.Each document should have 1 root only. This method should be called once. -
getRoot
Deprecated, for removal: This API element is subject to removal in a future version. -
getContainer
Deprecated, for removal: This API element is subject to removal in a future version.If you have duplicate containers, then this method will return the first container in the list. -
createContainer
Deprecated, for removal: This API element is subject to removal in a future version. -
addItemToContainer
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getAllValues
Deprecated, for removal: This API element is subject to removal in a future version. -
getValuesFromContainer
Deprecated, for removal: This API element is subject to removal in a future version. -
toByteArray
Deprecated, for removal: This API element is subject to removal in a future version. -
output
Deprecated, for removal: This API element is subject to removal in a future version. -
toXMLString
Deprecated, for removal: This API element is subject to removal in a future version.
-