Skip navigation links
A C D E G H I K L M N O P R S T U W X 

A

addChild(DocumentNode) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Adds a child to this node.
addModification(int) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Add a modification.
addNode(String, T) - Method in class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
Adds a node.
addWeight(double) - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Adds (+) a weight to the connection's weight.
args - Variable in class de.unirostock.sems.xmlutils.run.XMLTool
The args.

C

compare(NodeDistance, NodeDistance) - Method in class de.unirostock.sems.xmlutils.ds.NodeDistanceComparator
 
compare(TreeNode, TreeNode) - Method in class de.unirostock.sems.xmlutils.ds.TreeNodeComparatorBySubtreeSize
 
Connection - Interface in de.unirostock.sems.xmlutils.comparison
The Interface Connection representing a connection of nodes in trees.
ConnectionManager - Interface in de.unirostock.sems.xmlutils.comparison
The Interface ConnectionManager to manage connections.
contentDiffers(TreeNode) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Check if content between two nodes differs.
COPIED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
COPIED => node was copied.

D

de.unirostock.sems.xmlutils.alg - package de.unirostock.sems.xmlutils.alg
 
de.unirostock.sems.xmlutils.comparison - package de.unirostock.sems.xmlutils.comparison
 
de.unirostock.sems.xmlutils.ds - package de.unirostock.sems.xmlutils.ds
 
de.unirostock.sems.xmlutils.ds.mappers - package de.unirostock.sems.xmlutils.ds.mappers
 
de.unirostock.sems.xmlutils.eg - package de.unirostock.sems.xmlutils.eg
 
de.unirostock.sems.xmlutils.exception - package de.unirostock.sems.xmlutils.exception
 
de.unirostock.sems.xmlutils.run - package de.unirostock.sems.xmlutils.run
 
de.unirostock.sems.xmlutils.run.modules - package de.unirostock.sems.xmlutils.run.modules
 
de.unirostock.sems.xmlutils.tools - package de.unirostock.sems.xmlutils.tools
 
distance - Variable in class de.unirostock.sems.xmlutils.ds.NodeDistance
The distance.
doc - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The corresponding document.
DOC_NODE - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
DOC_NODE this is a DocumentNode.
DocumentNode - Class in de.unirostock.sems.xmlutils.ds
The class DocumentNode, representing a node in an XML tree.
DocumentNode(Element, DocumentNode, TreeDocument, Weighter, int, int) - Constructor for class de.unirostock.sems.xmlutils.ds.DocumentNode
Instantiates a new document node.
DocumentTools - Class in de.unirostock.sems.xmlutils.tools
Toolkit for Documents.
DocumentTools() - Constructor for class de.unirostock.sems.xmlutils.tools.DocumentTools
 
doIt(TreeDocument) - Method in class de.unirostock.sems.xmlutils.run.modules.XMLStats
 
doIt(TreeDocument) - Method in class de.unirostock.sems.xmlutils.run.XMLTool
Do it.
dump(String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
dump(String) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
dump() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Dump mech for debugging purposes.
dump(String) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Dump this node.

E

equals(Object) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
 
evaluate(ConnectionManager) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
evaluate(ConnectionManager) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
evaluate(ConnectionManager) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Evaluate the modifications of this node.
extract() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Extracts this subtree.

G

getAttribute(String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the an attribute.
getAttributeDistance(DocumentNode) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Calculates the distance of attributes.
getAttributeDistance(DocumentNode, boolean, boolean, boolean) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Calculates the distance of attributes.
getAttributes() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets set attributes.
getAttributeValue(String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the value of an attribute.
getAttributeValue(String, String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the value of an attribute with matching name space.
getBaseUri() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the base URI.
getBuilder() - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
 
getChildren() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the children.
getChildrenTagMap() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the children tag map.
getChildrenWithTag(String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the children sharing a certain tag.
getConnectionForNode(TreeNode) - Method in interface de.unirostock.sems.xmlutils.comparison.ConnectionManager
Gets the connection for a certain node.
getDoc(TreeDocument) - Static method in class de.unirostock.sems.xmlutils.tools.DocumentTools
Extracts the document from a given TreeDocument.
getDocument() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the corresponding document.
getId() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the value of the id attribute.
getIds() - Method in class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
Gets the known identifiers.
getIds() - Method in class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
Gets the known identifiers.
getLevel() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Returns the level of this node in its tree.
getModification() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Returns the modification state.
getNameSpace() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the name space associated with this node.
getNameSpacePrefix() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the name space prefix.
getNameSpaceUri() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the name space uri.
getNode(String) - Method in class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
Gets a node that is stored for a certain identifier.
getNodeById(String) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the node by id.
getNodeByPath(String) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the node by XPath expression.
getNodes(String) - Method in class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
Gets the nodes that are stored for a certain identifier.
getNodesByHash(String) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the nodes by hash.
getNodesByTag(String) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the nodes sharing a certain tag name.
getNodeStats(HashMap<String, Integer>) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
getNodeStats(HashMap<String, Integer>) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getNodeStats() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the node statistics as a map `tag name` => `nodes sharing this tag`.
getNodeStats(HashMap<String, Integer>) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the node statistics of the subtree rooted in this node: tagname => number nodes having this tag name.
getNoOfChild(TreeNode) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the child number of a child.
getNumChildren() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the number of children in this node.
getNumLeaves() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the number of leaves in the subtree rooted by this node.
getNumNodes() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the number of nodes in this document.
getOccurringHashes() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Get all known hashes.
getOccurringIds() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Get all known identifiers.
getOccurringTags() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Get all known tag names.
getOccurringXPaths() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Get all known XPaths.
getOwnHash() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the calculated hash of this single element (ignoring subtree).
getOwnHash() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getOwnHash() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the hash of this single node (w/o its subtree).
getParent() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the parent node.
getPartnerOf(TreeNode) - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Gets the opposite of the given node in this connection.
getRoot() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the root node.
getSizeSubtree() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the size of this subtree (number of nodes under the current node, current node excluded).
getSubDoc(Element) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
getSubDoc(Element) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getSubDoc(Element) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Attaches the subtree rooted in this node to the node parent.
getSubDoc(DocumentNode) - Static method in class de.unirostock.sems.xmlutils.tools.DocumentTools
Computes the document oft a subtree.
getSubTreeHash() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the calculated hash of the subtree rooted in this node.
getSubTreeHash() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getSubTreeHash() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the calculated hash of the subtree rooted in this node, in TextNodes it equals the own hash.
getSubtreesBySize() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the subtrees ordered by size, biggest first.
getTagName() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
getTagName() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getTagName() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the tag name.
getText() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
Gets the text content of this node.
getTextDistance(TextNode) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
Gets the distance between the texts of two nodes.
getTextNodes() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets all text nodes.
getTreeA() - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Gets the corresponding node in tree a.
getTreeB() - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Gets the corresponding node in tree b.
getTreeWeight() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Gets the tree weight.
getType() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the node type.
getWeight(DocumentNode) - Method in class de.unirostock.sems.xmlutils.alg.SemsWeighter
 
getWeight(TextNode) - Method in class de.unirostock.sems.xmlutils.alg.SemsWeighter
 
getWeight(DocumentNode) - Method in class de.unirostock.sems.xmlutils.alg.Weighter
Computes the weight of a DocumentNode.
getWeight(TextNode) - Method in class de.unirostock.sems.xmlutils.alg.Weighter
Computes the weight of a TextNode.
getWeight(DocumentNode) - Method in class de.unirostock.sems.xmlutils.alg.XyWeighter
 
getWeight(TextNode) - Method in class de.unirostock.sems.xmlutils.alg.XyWeighter
 
getWeight() - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Gets the weight of that connection.
getWeight() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
getWeight() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
getWeight() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the weight of this node.
getWeighter() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Gets the weighter used to compute the weight of this document.
getXPath() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Gets the XPath expression corresponding to this node.
GLUED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
GLUED => node was glued.

H

hasModification(int) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Checks for a certain modification.

I

ID_ATTR - Static variable in class de.unirostock.sems.xmlutils.ds.DocumentNode
The id attr.
integrate(TreeNode, boolean) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Integrate an node into this tree.
isBelow(DocumentNode) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Checks if this node is a child of some other node (multilevel).
isRoot() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Checks if this is the root of the tree.

K

KIDSSWAPPED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
KIDSSWAPPED => the sequence of kids of this node were altered.

L

level - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The level in the tree document.

M

main(String[]) - Static method in class de.unirostock.sems.xmlutils.eg.NodeUsageExample
The main method.
main(String[]) - Static method in class de.unirostock.sems.xmlutils.eg.TreeUsageExample
The main method.
main(String[]) - Static method in class de.unirostock.sems.xmlutils.run.XMLTools
The main method.
MODIFIED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
MODIFIED => node was modified.
modified - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The current modification state.
MOVED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
MOVED => node has moves.
MultiNodeMapper<T> - Class in de.unirostock.sems.xmlutils.ds.mappers
The Class MultiNodeMapper maps Strings to a list of nodes.
MultiNodeMapper() - Constructor for class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
Instantiate a new mapper.

N

networkDiffers(TreeNode, ConnectionManager, Connection) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Checks if the network of two nodes differs.
nodeA - Variable in class de.unirostock.sems.xmlutils.ds.NodeDistance
The node a.
nodeB - Variable in class de.unirostock.sems.xmlutils.ds.NodeDistance
The node b.
NodeDistance - Class in de.unirostock.sems.xmlutils.ds
The Class NodeDistance to store a distance between two nodes.
NodeDistance(TreeNode, TreeNode, double) - Constructor for class de.unirostock.sems.xmlutils.ds.NodeDistance
Instantiates a new node distance.
NodeDistanceComparator - Class in de.unirostock.sems.xmlutils.ds
The Class NodeDistanceComparator to compare node distances.
NodeDistanceComparator() - Constructor for class de.unirostock.sems.xmlutils.ds.NodeDistanceComparator
Instantiates a new node distance comparator sorting the distances ascending.
NodeDistanceComparator(boolean) - Constructor for class de.unirostock.sems.xmlutils.ds.NodeDistanceComparator
Instantiates a new node distance comparator.
NodeMapper<T> - Class in de.unirostock.sems.xmlutils.ds.mappers
The Class NodeMapper maps Strings to nodes.
NodeMapper() - Constructor for class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
Instantiate a new mapper.
NodeUsageExample - Class in de.unirostock.sems.xmlutils.eg
 
NodeUsageExample() - Constructor for class de.unirostock.sems.xmlutils.eg.NodeUsageExample
 

O

ownHash - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The hash of this single node

P

parent - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The parent node.
parentsConnected(Connection) - Method in interface de.unirostock.sems.xmlutils.comparison.ConnectionManager
Check if the parents of two nodes are connected.
prettyPrintDocument(Document) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Pretty prints a document.
printDocument(Document) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Prints a document.
printPrettySubDoc(DocumentNode) - Static method in class de.unirostock.sems.xmlutils.tools.DocumentTools
Prints the pretty sub doc.
printSubDoc(DocumentNode) - Static method in class de.unirostock.sems.xmlutils.tools.DocumentTools
Prints the sub doc.
putNode(String, T) - Method in class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
Inserts a new node.

R

readDocument(File) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Reads an XML document from File.
readDocument(URL) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Read an XML document from web.
readDocument(InputStream) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Reads an XML document from File.
readDocument(String) - Static method in class de.unirostock.sems.xmlutils.tools.XmlTools
Read an XML document from String.
resetAllModifications() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Resets all modifications.
resetModifications() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Resets all modifications.
reSetupStructureDown(TreeDocument, int) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
reSetupStructureDown(TreeDocument, int) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
reSetupStructureDown(TreeDocument, int) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Re-setup the document structure downwards.
reSetupStructureUp() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
reSetupStructureUp() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
reSetupStructureUp() - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Re-setup the document structure upwards.
resortSubtrees() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Deprecated.
We are now using a sorted set, no resorting necessary anymore. This method doesn't do anything anymore.
rmAttribute(String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Removes an attribute.
rmChild(DocumentNode) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Remove a child.
rmModification(int) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Remove a modification.
rmNode(String, T) - Method in class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
Removes a node.
rmNode(String) - Method in class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
Removes a node.

S

scaleWeight(double) - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Scales the weight with an factor s.
SemsWeighter - Class in de.unirostock.sems.xmlutils.alg
The Class SemsWeighter to compute the weight of nodes and subtrees in a document.
SemsWeighter() - Constructor for class de.unirostock.sems.xmlutils.alg.SemsWeighter
 
separate(TreeNode, boolean) - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Extract a node from this tree.
setAttribute(Attribute) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Overrides an attribute.
setAttribute(String, String) - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Overrides an attribute.
setIdAttr(String) - Static method in class de.unirostock.sems.xmlutils.ds.DocumentNode
Sets the id attribute.
setModification(int) - Method in class de.unirostock.sems.xmlutils.ds.TreeNode
Sets the modification.
setText(String) - Method in class de.unirostock.sems.xmlutils.ds.TextNode
Sets the text content of this node.
setWeight(double) - Method in interface de.unirostock.sems.xmlutils.comparison.Connection
Sets the weight of that connection.
SUB_MODIFIED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
SUB_MODIFIED => the corresponding subtree was modified.
SUBTREEUNMAPPED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
SUBTREEUNMAPPED => the whole subtree is unmapped.
SWAPPEDKID - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
SWAPPEDKID => this is a swapped kid.

T

TEXT_NODE - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
TEXT_NODE this is a TextNode.
TEXT_TAG - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The node tag name for text nodes, as we will use it in XPath expressions.
TextNode - Class in de.unirostock.sems.xmlutils.ds
The Class TextNode representing text content inside a document.
TextNode(TextNode, DocumentNode, int) - Constructor for class de.unirostock.sems.xmlutils.ds.TextNode
Copies a text node.
TextNode(String, DocumentNode, TreeDocument, int, Weighter, int) - Constructor for class de.unirostock.sems.xmlutils.ds.TextNode
Instantiates a new text node.
toString() - Method in class de.unirostock.sems.xmlutils.ds.DocumentNode
 
toString() - Method in class de.unirostock.sems.xmlutils.ds.mappers.MultiNodeMapper
 
toString() - Method in class de.unirostock.sems.xmlutils.ds.mappers.NodeMapper
 
toString() - Method in class de.unirostock.sems.xmlutils.ds.TextNode
 
toString() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
 
transformMathML(DocumentNode) - Static method in class de.unirostock.sems.xmlutils.tools.DocumentTools
Transform content MathML to display MathML, e.g.
TreeDocument - Class in de.unirostock.sems.xmlutils.ds
The Class TreeDocument representing hierarchically structured content.
TreeDocument(Document, URI) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeDocument
Instantiates a new tree document.
TreeDocument(Document, Weighter, URI) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeDocument
Instantiates a new tree document.
TreeDocument(Document, URI, boolean) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeDocument
Instantiates a new tree document.
TreeDocument(Document, Weighter, URI, boolean) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeDocument
Instantiates a new tree document.
TreeDocument(TreeDocument) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeDocument
Instantiates a new tree document as a copy of another tree document.
TreeNode - Class in de.unirostock.sems.xmlutils.ds
The abstract class TreeNode representing a node in a document tree.
TreeNode(int, DocumentNode, TreeDocument, int) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeNode
Instantiates a new tree node.
TreeNodeComparatorBySubtreeSize - Class in de.unirostock.sems.xmlutils.ds
The Class TreeNodeComparatorBySubtreeSize to compare sub-trees below nodes by size.
TreeNodeComparatorBySubtreeSize() - Constructor for class de.unirostock.sems.xmlutils.ds.TreeNodeComparatorBySubtreeSize
Instantiates a new comparator sorting subtrees ascending.
TreeNodeComparatorBySubtreeSize(boolean) - Constructor for class de.unirostock.sems.xmlutils.ds.TreeNodeComparatorBySubtreeSize
Instantiates a new comparator.
TreeUsageExample - Class in de.unirostock.sems.xmlutils.eg
 
TreeUsageExample() - Constructor for class de.unirostock.sems.xmlutils.eg.TreeUsageExample
 
type - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The node type.

U

UNCHANGED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
UNCHANGED => node hasn't changes.
uniqueIds() - Method in class de.unirostock.sems.xmlutils.ds.TreeDocument
Are occurring IDs unique?.
UNMAPPED - Static variable in class de.unirostock.sems.xmlutils.ds.TreeNode
UNMAPPED => node wasn't mapped.
usage() - Method in class de.unirostock.sems.xmlutils.run.modules.XMLStats
 
usage() - Method in class de.unirostock.sems.xmlutils.run.XMLTool
Usage.
usage() - Static method in class de.unirostock.sems.xmlutils.run.XMLTools
Print the Usage.

W

Weighter - Class in de.unirostock.sems.xmlutils.alg
The Class Weighter to compute the weight of nodes and subtrees in a document.
Weighter() - Constructor for class de.unirostock.sems.xmlutils.alg.Weighter
 

X

XmlDocumentConsistencyException - Exception in de.unirostock.sems.xmlutils.exception
The Class BivesDocumentParseException that is thrown in case of an inconsistent document.
XmlDocumentConsistencyException(String) - Constructor for exception de.unirostock.sems.xmlutils.exception.XmlDocumentConsistencyException
The Constructor.
XmlDocumentException - Exception in de.unirostock.sems.xmlutils.exception
The Class XmlDocumentException that is thrown in case of an error in an XML document.
XmlDocumentException(String) - Constructor for exception de.unirostock.sems.xmlutils.exception.XmlDocumentException
The Constructor.
XmlDocumentParseException - Exception in de.unirostock.sems.xmlutils.exception
The Class BivesDocumentParseException that is thrown in case of a parsing error.
XmlDocumentParseException(String) - Constructor for exception de.unirostock.sems.xmlutils.exception.XmlDocumentParseException
The Constructor.
XMLStats - Class in de.unirostock.sems.xmlutils.run.modules
The Class XMLStats to create stats about xml documents.
XMLStats(String[]) - Constructor for class de.unirostock.sems.xmlutils.run.modules.XMLStats
Instantiates a new XML statter.
XMLTool - Class in de.unirostock.sems.xmlutils.run
The Class XMLTool.
XMLTool(String[]) - Constructor for class de.unirostock.sems.xmlutils.run.XMLTool
Instantiates a new xML tool.
XMLTools - Class in de.unirostock.sems.xmlutils.run
 
XMLTools() - Constructor for class de.unirostock.sems.xmlutils.run.XMLTools
 
XmlTools - Class in de.unirostock.sems.xmlutils.tools
XML toolkit.
XmlTools() - Constructor for class de.unirostock.sems.xmlutils.tools.XmlTools
 
xPath - Variable in class de.unirostock.sems.xmlutils.ds.TreeNode
The XPath of this node.
XyWeighter - Class in de.unirostock.sems.xmlutils.alg
The Class XyWeighter to compute the weight of nodes and subtrees in a document based on the publication of Cobena2002.
XyWeighter() - Constructor for class de.unirostock.sems.xmlutils.alg.XyWeighter
 
A C D E G H I K L M N O P R S T U W X 
Skip navigation links

Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.