<Customer name="John Smith" id="2543">
|
This attribute or method . . .
|
Lets you . . .
|
NUM-ITEMS attribute
|
See how many attributes the XML element has
|
GET-INDEX-BY-NAMESPACE-NAME( ) method
GET-INDEX-BY-QNAME( ) method
|
Get where on the attribute list a particular attribute resides
|
GET-LOCALNAME-BY-INDEX( ) method
GET-QNAME-BY-INDEX( ) method
GET-URI-BY-INDEX( ) method
|
Get the name of a particular attribute
|
GET-TYPE-BY-INDEX( ) method
GET-TYPE-BY-NAMESPACE-NAME( ) method
GET-TYPE-BY-QNAME( ) method
|
Get the type of a particular attribute
|
GET-VALUE-BY-INDEX( ) method
GET-VALUE-BY-NAMESPACE-NAME( ) method
GET-VALUE-BY-QNAME( ) method
|
Get the value of a particular attribute
|
INSERT-ATTRIBUTE( ) method
UPDATE-ATTRIBUE( ) method
REMOVE-ATTRIBUTE( ) method
|
Manipulate the attributes in the list
|
TYPE attribute
|
Get the type of the object (which is always SAX-ATTRIBUTES)
|
ADM-DATA attribute
HANDLE attribute
INSTANTIATING-PROCEDURE attribute
PRIVATE-DATA attribute
UNIQUE-ID attribute
|
Get or set information concerning this particular SAX-attributes object
|
COPY-SAX-ATTRIBUTES( ) method
|
Copy the contents of the specified SAX-attributes object to this SAX-attributes object
|