Uses of Class
org.apache.commons.configuration2.XMLDocumentHelper
Packages that use XMLDocumentHelper
-
Uses of XMLDocumentHelper in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return XMLDocumentHelperModifier and TypeMethodDescriptionXMLDocumentHelper.createCopy()
Creates a copy of this object.static XMLDocumentHelper
XMLDocumentHelper.forNewDocument
(String rootElementName) Creates a new instance ofXMLDocumentHelper
and initializes it with a newly created, emptyDocument
.static XMLDocumentHelper
XMLDocumentHelper.forSourceDocument
(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 XMLDocumentHelperModifier and TypeMethodDescriptionprivate void
XMLConfiguration.initProperties
(XMLDocumentHelper docHelper, boolean elemRefs) Initializes this configuration from an XML document.Constructors in org.apache.commons.configuration2 with parameters of type XMLDocumentHelperModifierConstructorDescriptionXMLBuilderVisitor
(XMLDocumentHelper docHelper, ListDelimiterHandler handler) Creates a new instance ofXMLBuilderVisitor
.