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 Document
XMLParseException.doc
private Document
Location.document
Methods 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 Document
Convenience method to parse a file into XML.static Document
Convenience 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