com.ibm.xml.parser.util
Class TreeFactory.TreeNotation
java.lang.Object
|
+--com.ibm.xml.parser.Child
|
+--com.ibm.xml.parser.TXNotation
|
+--com.ibm.xml.parser.util.TreeFactory.TreeNotation
- public static class TreeFactory.TreeNotation
- extends TXNotation
- implements javax.swing.tree.TreeNode
- See Also:
- Serialized Form
Fields inherited from class com.ibm.xml.parser.Child |
ATTDEF,
ATTLIST,
ELEMENT_DECL,
NAME_ATTDEF,
NAME_ATTLIST,
NAME_CDATA,
NAME_COMMENT,
NAME_DOCFRAGMENT,
NAME_DOCUMENT,
NAME_ELEMENT_DECL,
NAME_PSEUDONODE,
NAME_TEXT,
PSEUDONODE |
Methods inherited from class com.ibm.xml.parser.TXNotation |
acceptPost,
acceptPre,
clone,
equals,
getExternalID,
getName,
getNodeName,
getNodeType,
getNotationImpl,
getPublicId,
getSystemId,
setName |
Methods inherited from class com.ibm.xml.parser.Child |
appendChild,
clearDigest,
cloneNode,
getAttributes,
getChildNodes,
getDigest,
getFactory,
getFirstChild,
getFirstWithoutReference,
getLastChild,
getLastWithoutReference,
getNextSibling,
getNextWithoutReference,
getNodeValue,
getOwnerDocument,
getParentNode,
getParentWithoutReference,
getPreviousSibling,
getPreviousWithoutReference,
getText,
getUserData,
hasChildNodes,
insertBefore,
makeXPointer,
print,
print,
removeChild,
replaceChild,
searchAncestors,
searchAncestors,
setFactory,
setNodeValue,
setUserData,
toXMLString,
toXMLString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TreeFactory.TreeNotation
public TreeFactory.TreeNotation(java.lang.String n,
ExternalID eid)
children
public java.util.Enumeration children()
- Specified by:
- children in interface javax.swing.tree.TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
- getAllowsChildren in interface javax.swing.tree.TreeNode
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
- Specified by:
- getChildAt in interface javax.swing.tree.TreeNode
getChildCount
public int getChildCount()
- Specified by:
- getChildCount in interface javax.swing.tree.TreeNode
getIndex
public int getIndex(javax.swing.tree.TreeNode node)
- Specified by:
- getIndex in interface javax.swing.tree.TreeNode
getParent
public javax.swing.tree.TreeNode getParent()
- Specified by:
- getParent in interface javax.swing.tree.TreeNode
isLeaf
public boolean isLeaf()
- Specified by:
- isLeaf in interface javax.swing.tree.TreeNode
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object