Subject not found.
1.

Name Some Methods For Processing The Attributes Connected To An Element In Sax Parsing?

Answer»

ATTRIBUTES Interface specifies METHODS for PROCESSING the attributes connected to an element.

  • INT getLength() - Returns number of attributes.
  • String getQName(int index)
  • String getValue(int index)
  • String getValue(String QNAME)

 

Attributes Interface specifies methods for processing the attributes connected to an element.

 



Discussion

No Comment Found