Uses of Interface
javolution.xml.sax.Attributes

Packages that use Attributes
javolution.xml Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML
javolution.xml.sax Provides SAX2 and SAX2-Like parsers; the later being several times faster than conventional SAX2 parsers (by avoiding String allocations while parsing). 
javolution.xml.stream Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes. 
 

Uses of Attributes in javolution.xml
 

Methods in javolution.xml that return Attributes
 Attributes XMLFormat.InputElement.getAttributes()
          Returns the attributes for this XML input element.
 

Uses of Attributes in javolution.xml.sax
 

Methods in javolution.xml.sax with parameters of type Attributes
 void ContentHandler.startElement(CharArray uri, CharArray localName, CharArray qName, Attributes atts)
          Receives notification of the beginning of an element.
 void DefaultHandler.startElement(CharArray namespaceURI, CharArray localName, CharArray qName, Attributes atts)
           
 

Uses of Attributes in javolution.xml.stream
 

Methods in javolution.xml.stream that return Attributes
 Attributes XMLStreamReaderImpl.getAttributes()
          Returns the current attributes (SAX2-Like).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.