createDocumentElement(Document document, NamespaceHelper helper) Creates an element to store a document.
Parameters: helper - The namespace helper of the document. Parameters: document - The document.
Creates an element to store a document.
Parameters: helper - The namespace helper of the document. Parameters: document - The document. An XML element. throws: DocumentException - when something went wrong.
Returns the namespace helper for the XML source.
A namespace helper. throws: DocumentException - when something went wrong. throws: ParserConfigurationException - when something went wrong. throws: SAXException - when something went wrong. throws: IOException - when something went wrong. throws: ServiceException -
Loads a document from an XML element.
Parameters: documentElement - The XML element. A document. throws: DocumentBuildException - when something went wrong.
Parameters: helper - Save the XML to the provided namespace helper. throws: TransformerException - if an error occurs. throws: DocumentException - if an error occurs.