XML Parser for Java 1.1.9

com.ibm.xml.parser.util
Class TreeFactory.TreeAttlist

java.lang.Object
  |
  +--com.ibm.xml.parser.Child
        |
        +--com.ibm.xml.parser.Attlist
              |
              +--com.ibm.xml.parser.util.TreeFactory.TreeAttlist

public static class TreeFactory.TreeAttlist
extends Attlist
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
 
Constructor Summary
TreeFactory.TreeAttlist(java.lang.String n)
           
 
Method Summary
 java.util.Enumeration children()
           
 boolean getAllowsChildren()
           
 com.sun.java.swing.tree.TreeNode getChildAt(int childIndex)
           
 int getChildCount()
           
 int getIndex(com.sun.java.swing.tree.TreeNode node)
           
 com.sun.java.swing.tree.TreeNode getParent()
           
 boolean isLeaf()
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.xml.parser.Attlist
acceptPost, acceptPre, addElement, clone, contains, elementAt, elements, equals, getAttDef, getName, getNodeName, getNodeType, size
 
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, hasChildNodes, insertBefore, makeXPointer, print, print, removeChild, replaceChild, searchAncestors, searchAncestors, setFactory, setNodeValue, toXMLString, toXMLString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeFactory.TreeAttlist

public TreeFactory.TreeAttlist(java.lang.String n)
Method Detail

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

XML Parser for Java 1.1.9