Save This Page
Home » Xerces-J-src.2.9.1 » sax » helpers » [javadoc | source]
sax.helpers
static class: AttributeListImpl.ListNode [javadoc | source]
java.lang.Object
   sax.helpers.AttributeListImpl$ListNode
An attribute node.
Field Summary
public  String name    Attribute name. 
public  String type    Attribute type. 
public  String value    Attribute value. 
public  AttributeListImpl.ListNode next    Next node. 
Constructor:
 public ListNode(String name,
    String type,
    String value) 
    Default constructor.
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait