com.ibm.xml.parser.util
Class TreeFactory.TreeEntity
java.lang.Object
|
+--com.ibm.xml.parser.Child
|
+--com.ibm.xml.parser.Parent
|
+--com.ibm.xml.parser.EntityDecl
|
+--com.ibm.xml.parser.util.TreeFactory.TreeEntity
- public static class TreeFactory.TreeEntity
- extends EntityDecl
- implements com.sun.java.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.EntityDecl |
acceptPost,
acceptPre,
checkChildType,
clone,
cloneNode,
equals,
getEntityImpl,
getExternalID,
getName,
getNDATAType,
getNodeName,
getNodeType,
getNotationName,
getPublicId,
getSystemId,
getValue,
isExternal,
isNDATA,
isParameter |
Methods inherited from class com.ibm.xml.parser.Parent |
addElement,
appendChild,
elements,
expandEntityReferences,
getChildNodes,
getChildrenArray,
getFirstChild,
getFirstWithoutReference,
getLastChild,
getLastWithoutReference,
getText,
hasChildNodes,
insert,
insertAfter,
insertBefore,
insertFirst,
insertLast,
processAfterRemove,
realInsert,
removeChild,
replaceChild |
Methods inherited from class com.ibm.xml.parser.Child |
clearDigest,
getAttributes,
getDigest,
getFactory,
getNextSibling,
getNextWithoutReference,
getNodeValue,
getOwnerDocument,
getParentNode,
getParentWithoutReference,
getPreviousSibling,
getPreviousWithoutReference,
makeXPointer,
print,
print,
searchAncestors,
searchAncestors,
setFactory,
setNodeValue,
toXMLString,
toXMLString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TreeFactory.TreeEntity
public TreeFactory.TreeEntity(java.lang.String n,
java.lang.String v,
boolean p)
TreeFactory.TreeEntity
public TreeFactory.TreeEntity(java.lang.String n,
ExternalID eid,
boolean p,
java.lang.String nd)
children
public java.util.Enumeration children()
- Specified by:
- children in interface com.sun.java.swing.tree.TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
- getAllowsChildren in interface com.sun.java.swing.tree.TreeNode
getChildAt
public com.sun.java.swing.tree.TreeNode getChildAt(int childIndex)
- Specified by:
- getChildAt in interface com.sun.java.swing.tree.TreeNode
getChildCount
public int getChildCount()
- Specified by:
- getChildCount in interface com.sun.java.swing.tree.TreeNode
getIndex
public int getIndex(com.sun.java.swing.tree.TreeNode node)
- Specified by:
- getIndex in interface com.sun.java.swing.tree.TreeNode
getParent
public com.sun.java.swing.tree.TreeNode getParent()
- Specified by:
- getParent in interface com.sun.java.swing.tree.TreeNode
isLeaf
public boolean isLeaf()
- Specified by:
- isLeaf in interface com.sun.java.swing.tree.TreeNode
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object