Uses of Class
de.unirostock.sems.xmlutils.ds.TreeDocument
-
Packages that use TreeDocument Package Description de.unirostock.sems.xmlutils.ds de.unirostock.sems.xmlutils.run de.unirostock.sems.xmlutils.run.modules de.unirostock.sems.xmlutils.tools -
-
Uses of TreeDocument in de.unirostock.sems.xmlutils.ds
Fields in de.unirostock.sems.xmlutils.ds declared as TreeDocument Modifier and Type Field Description protected TreeDocumentTreeNode. docThe corresponding document.Methods in de.unirostock.sems.xmlutils.ds that return TreeDocument Modifier and Type Method Description TreeDocumentTreeNode. getDocument()Gets the corresponding document.Methods in de.unirostock.sems.xmlutils.ds with parameters of type TreeDocument Modifier and Type Method Description protected voidDocumentNode. reSetupStructureDown(TreeDocument doc, int numChild)protected voidTextNode. reSetupStructureDown(TreeDocument doc, int numChild)protected abstract voidTreeNode. reSetupStructureDown(TreeDocument doc, int numChild)Re-setup the document structure downwards.Constructors in de.unirostock.sems.xmlutils.ds with parameters of type TreeDocument Constructor Description DocumentNode(org.jdom2.Element element, DocumentNode parent, TreeDocument doc, Weighter w, int numChild, int level)Instantiates a new document node.TextNode(String text, DocumentNode parent, TreeDocument doc, int numChild, Weighter w, int level)Instantiates a new text node.TreeDocument(TreeDocument td)Instantiates a new tree document as a copy of another tree document.TreeNode(int type, DocumentNode parent, TreeDocument doc, int level)Instantiates a new tree node. -
Uses of TreeDocument in de.unirostock.sems.xmlutils.run
Methods in de.unirostock.sems.xmlutils.run with parameters of type TreeDocument Modifier and Type Method Description abstract voidXMLTool. doIt(TreeDocument doc)Do it. -
Uses of TreeDocument in de.unirostock.sems.xmlutils.run.modules
Methods in de.unirostock.sems.xmlutils.run.modules with parameters of type TreeDocument Modifier and Type Method Description voidXMLStats. doIt(TreeDocument doc) -
Uses of TreeDocument in de.unirostock.sems.xmlutils.tools
Methods in de.unirostock.sems.xmlutils.tools with parameters of type TreeDocument Modifier and Type Method Description static org.jdom2.DocumentDocumentTools. getDoc(TreeDocument treeDoc)Extracts the document from a given TreeDocument.
-