Uses of Class
de.unirostock.sems.xmlutils.ds.TreeNode
-
Packages that use TreeNode Package Description de.unirostock.sems.xmlutils.comparison de.unirostock.sems.xmlutils.ds -
-
Uses of TreeNode in de.unirostock.sems.xmlutils.comparison
Methods in de.unirostock.sems.xmlutils.comparison that return TreeNode Modifier and Type Method Description TreeNodeConnection. getPartnerOf(TreeNode node)Gets the opposite of the given node in this connection.TreeNodeConnection. getTreeA()Gets the corresponding node in tree a.TreeNodeConnection. getTreeB()Gets the corresponding node in tree b.Methods in de.unirostock.sems.xmlutils.comparison with parameters of type TreeNode Modifier and Type Method Description ConnectionConnectionManager. getConnectionForNode(TreeNode node)Gets the connection for a certain node.TreeNodeConnection. getPartnerOf(TreeNode node)Gets the opposite of the given node in this connection. -
Uses of TreeNode in de.unirostock.sems.xmlutils.ds
Subclasses of TreeNode in de.unirostock.sems.xmlutils.ds Modifier and Type Class Description classDocumentNodeThe class DocumentNode, representing a node in an XML tree.classTextNodeThe Class TextNode representing text content inside a document.Fields in de.unirostock.sems.xmlutils.ds declared as TreeNode Modifier and Type Field Description TreeNodeNodeDistance. nodeAThe node a.TreeNodeNodeDistance. nodeBThe node b.Methods in de.unirostock.sems.xmlutils.ds that return TreeNode Modifier and Type Method Description TreeNodeTreeDocument. getNodeByPath(String path)Gets the node by XPath expression.TreeNode[]TreeDocument. getSubtreesBySize()Gets the subtrees ordered by size, biggest first.Methods in de.unirostock.sems.xmlutils.ds that return types with arguments of type TreeNode Modifier and Type Method Description List<TreeNode>DocumentNode. getChildren()Gets the children.HashMap<String,List<TreeNode>>DocumentNode. getChildrenTagMap()Gets the children tag map.List<TreeNode>DocumentNode. getChildrenWithTag(String tag)Gets the children sharing a certain tag.List<TreeNode>TreeDocument. getNodesByHash(String hash)Gets the nodes by hash.Methods in de.unirostock.sems.xmlutils.ds with parameters of type TreeNode Modifier and Type Method Description intTreeNodeComparatorBySubtreeSize. compare(TreeNode o1, TreeNode o2)booleanTreeNode. contentDiffers(TreeNode tn)Check if content between two nodes differs.intDocumentNode. getNoOfChild(TreeNode kid)Gets the child number of a child.voidTreeDocument. integrate(TreeNode node, boolean recursively)Integrate an node into this tree.booleanTreeNode. networkDiffers(TreeNode tn, ConnectionManager conMgmr, Connection c)Checks if the network of two nodes differs.voidTreeDocument. separate(TreeNode node, boolean recursively)Extract a node from this tree.Constructors in de.unirostock.sems.xmlutils.ds with parameters of type TreeNode Constructor Description NodeDistance(TreeNode nodeA, TreeNode nodeB, double distance)Instantiates a new node distance.
-