|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeNode
public static class SchemaTreeTraverser.SchemaTreeNode
The node of the schema hierarchy tree.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
SchemaTreeTraverser.SchemaTreeNode(java.lang.String artifactName,
org.xml.sax.Locator locator)
Simple constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCaption()
Returns the caption for this node. |
java.lang.String |
getFileName()
|
int |
getLineNumber()
|
void |
setFileName(java.lang.String fileName)
|
void |
setLineNumber(int lineNumber)
|
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaTreeTraverser.SchemaTreeNode(java.lang.String artifactName,
org.xml.sax.Locator locator)
artifactName - Artifact name.locator - Artifact locator.| Method Detail |
|---|
public java.lang.String getCaption()
this node.
this node.public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - The file name of the corresponding schema artifact to
set.public int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber - The line number of the corresponding schema
artifact to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||