SchemaTreeTraverser.SchemaRootNodepublic static class SchemaTreeTraverser.SchemaTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
| Constructor | Description |
|---|---|
SchemaTreeNode(java.lang.String artifactName,
org.xml.sax.Locator locator) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
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) |
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, toStringpublic SchemaTreeNode(java.lang.String artifactName,
org.xml.sax.Locator locator)
artifactName - Artifact name.locator - Artifact locator.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.Copyright © 2018 Oracle Corporation. All rights reserved.