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 XMLDocumentHelperXMLDocumentHelper.forNewDocument(String rootElementName) Creates a new instance ofXMLDocumentHelperand initializes it with a newly created, emptyDocument.static XMLDocumentHelperXMLDocumentHelper.forSourceDocument(Document srcDoc) Creates a new instance ofXMLDocumentHelperand initializes it with a source document.private XMLDocumentHelperXMLConfiguration.getDocumentHelper()Gets the helper object for managing the underlying document.Methods in org.apache.commons.configuration2 with parameters of type XMLDocumentHelperModifier and TypeMethodDescriptionprivate voidXMLConfiguration.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.