Uses of Class
org.apache.commons.configuration2.XMLDocumentHelper
-
Packages that use XMLDocumentHelper Package Description org.apache.commons.configuration2 The Configuration main package. -
-
Uses of XMLDocumentHelper in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return XMLDocumentHelper Modifier and Type Method Description XMLDocumentHelper
XMLDocumentHelper. createCopy()
Creates a copy of this object.static XMLDocumentHelper
XMLDocumentHelper. forNewDocument(java.lang.String rootElementName)
Creates a new instance ofXMLDocumentHelper
and initializes it with a newly created, emptyDocument
.static XMLDocumentHelper
XMLDocumentHelper. forSourceDocument(org.w3c.dom.Document srcDoc)
Creates a new instance ofXMLDocumentHelper
and initializes it with a source document.private XMLDocumentHelper
XMLConfiguration. getDocumentHelper()
Gets the helper object for managing the underlying document.Methods in org.apache.commons.configuration2 with parameters of type XMLDocumentHelper Modifier and Type Method Description private void
XMLConfiguration. initProperties(XMLDocumentHelper docHelper, boolean elemRefs)
Initializes this configuration from an XML document.Constructors in org.apache.commons.configuration2 with parameters of type XMLDocumentHelper Constructor Description XMLBuilderVisitor(XMLDocumentHelper docHelper, ListDelimiterHandler handler)
Creates a new instance ofXMLBuilderVisitor
.
-