Uses of Class
de.pdark.decentxml.Document
Packages that use Document
-
Uses of Document in de.pdark.decentxml
Fields in de.pdark.decentxml declared as DocumentModifier and TypeFieldDescriptionprivate DocumentXMLParseException.docprivate DocumentLocation.documentMethods in de.pdark.decentxml that return DocumentModifier and TypeMethodDescriptionDocument.addNodes(int index, Collection<? extends Node> nodes) Document.addNodes(Collection<? extends Node> nodes) Document.copy()Document.createClone()XMLParseException.getDoc()Element.getDocument()Parse an XML source into a Documentstatic DocumentConvenience method to parse a file into XML.static DocumentConvenience method to parse a String into XML.Document.setEncoding(String encoding) Document.setRootNode(Element rootNode) Document.setVersion(String version) Methods in de.pdark.decentxml with parameters of type DocumentConstructors in de.pdark.decentxml with parameters of type Document -
Uses of Document in de.pdark.decentxml.mapping
Methods in de.pdark.decentxml.mapping with parameters of type Document