public static class XmlTree.XlinkTreeNode extends XmlTree.XmlTreeNode
Constructor and Description |
---|
XlinkTreeNode(org.w3c.dom.Element node,
XmlTree tree,
java.lang.String name,
java.lang.String href)
ctor
|
Modifier and Type | Method and Description |
---|---|
void |
checkExpansion()
Expand if needed
|
void |
checkExpansionInner()
expand if needed.
|
boolean |
getHaveLoaded()
Have I loaded my doc
|
java.lang.String |
getHref()
Where I point to
|
java.lang.String |
getXlinkHref()
Get the xlink:href url
|
getBaseLocation, getXmlNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public XlinkTreeNode(org.w3c.dom.Element node, XmlTree tree, java.lang.String name, java.lang.String href)
node
- the xml nodetree
- The tree I am inname
- My namehref
- Where I put topublic void checkExpansion()
public void checkExpansionInner()
public boolean getHaveLoaded()
public java.lang.String getXlinkHref()
public java.lang.String getHref()