Package | Description |
---|---|
de.unirostock.sems.xmlutils.ds | |
de.unirostock.sems.xmlutils.run | |
de.unirostock.sems.xmlutils.run.modules | |
de.unirostock.sems.xmlutils.tools |
Modifier and Type | Field | Description |
---|---|---|
protected TreeDocument |
TreeNode.doc |
The corresponding document.
|
Modifier and Type | Method | Description |
---|---|---|
TreeDocument |
TreeNode.getDocument() |
Gets the corresponding document.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
DocumentNode.reSetupStructureDown(TreeDocument doc,
int numChild) |
|
protected void |
TextNode.reSetupStructureDown(TreeDocument doc,
int numChild) |
|
protected abstract void |
TreeNode.reSetupStructureDown(TreeDocument doc,
int numChild) |
Re-setup the document structure downwards.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
XMLTool.doIt(TreeDocument doc) |
Do it.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMLStats.doIt(TreeDocument doc) |
Modifier and Type | Method | Description |
---|---|---|
static org.jdom2.Document |
DocumentTools.getDoc(TreeDocument treeDoc) |
Extracts the document from a given TreeDocument.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.