Package | Description |
---|---|
com.sun.identity.install.tools.util.xml |
Modifier and Type | Method and Description |
---|---|
XMLElement |
XMLDocument.getRootElement()
Returns the root element for the given XML document.
|
XMLElement |
XMLDocument.newCollapsedElement(String name)
A factory method used for the creation of new XML elements that can be
added to this XML document at a later stage.
|
XMLElement |
XMLDocument.newElement(String name)
A factory method used for the creation of new XML elements that can be
added to this XML document at a later stage.
|
XMLElement |
XMLDocument.newElement(String name,
String value)
A factory method used for the creation of new XML elements that can be
added to this XML document at a later stage.
|
XMLElement |
XMLDocument.newElementFromXMLFragment(String xmlFragment)
A factory method used for the creation of new XML elements that can be
added to this XML document at a later stage.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLElement.addChildElement(XMLElement child)
Appends the given child element to the end of the list of existing child
elements.
|
void |
XMLElement.addChildElement(XMLElement child,
boolean addAfterNewLine)
Appends the given child element to the end of the list of existing child
elements.
|
void |
XMLElement.addChildElementAt(XMLElement child,
int index)
Adds the given child element at the given index.
|
void |
XMLElement.addChildElementAt(XMLElement child,
int index,
boolean addAfterNewLine)
Adds the given child element at the specified index.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.