Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.Vector<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.jsevy.jxml.XMLNodeList (implements org.w3c.dom.NodeList)
- java.util.Vector<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.jsevy.jxml.XMLNamedNodeMap (implements org.w3c.dom.NamedNodeMap)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.jsevy.jxml.XMLNode (implements java.lang.Cloneable, org.w3c.dom.Node)
- com.jsevy.jxml.XMLAttribute (implements org.w3c.dom.Attr)
- com.jsevy.jxml.XMLCharacterData (implements org.w3c.dom.CharacterData)
- com.jsevy.jxml.XMLComment (implements org.w3c.dom.Comment)
- com.jsevy.jxml.XMLText (implements org.w3c.dom.Text)
- com.jsevy.jxml.XMLCDATASection (implements org.w3c.dom.CDATASection)
- com.jsevy.jxml.XMLDocument (implements org.w3c.dom.Document)
- com.jsevy.jxml.XMLDocumentType (implements org.w3c.dom.DocumentType)
- com.jsevy.jxml.XMLElement (implements org.w3c.dom.Element)
- com.jsevy.jxml.XMLEntity (implements org.w3c.dom.Entity)
- com.jsevy.jxml.XMLNotation (implements org.w3c.dom.Notation)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)