Save This Page
Home » Xerces-J-src.2.9.1 » sax » helpers » [javadoc | source]
sax.helpers
static class: AttributesImpl.ListNode [javadoc | source]
java.lang.Object
   sax.helpers.AttributesImpl$ListNode
An attribute node.
Field Summary
public  String uri    Attribute uri. 
public  String local    Attribute local. 
public  String raw    Attribute raw. 
public  String type    Attribute type. 
public  String value    Attribute value. 
public  AttributesImpl.ListNode next    Next node. 
Constructor:
 public ListNode(String uri,
    String local,
    String raw,
    String type,
    String value) 
    Constructs a list node.
Method from sax.helpers.AttributesImpl$ListNode Summary:
toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sax.helpers.AttributesImpl$ListNode Detail:
 public String toString() 
    Returns string representation of this object.