XSOM 20110809-redhat-3

com.sun.xml.xsom.impl.util
Class SchemaTreeTraverser.SchemaRootNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeNode
          extended by com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaRootNode
All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode
Enclosing class:
SchemaTreeTraverser

public static class SchemaTreeTraverser.SchemaRootNode
extends SchemaTreeTraverser.SchemaTreeNode

The root node of the schema hierarchy tree.

Author:
Kirill Grouchnikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
SchemaTreeTraverser.SchemaRootNode()
          A simple constructor.
 
Method Summary
 
Methods inherited from class com.sun.xml.xsom.impl.util.SchemaTreeTraverser.SchemaTreeNode
getCaption, getFileName, getLineNumber, setFileName, setLineNumber
 
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

SchemaTreeTraverser.SchemaRootNode

public SchemaTreeTraverser.SchemaRootNode()
A simple constructor.


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.