Package | Description |
---|---|
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 | |
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.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
XMLFormat.InputElement.getAttributes()
Returns the attributes for this XML input element.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHandler.startElement(CharArray namespaceURI,
CharArray localName,
CharArray qName,
Attributes atts) |
void |
ContentHandler.startElement(CharArray uri,
CharArray localName,
CharArray qName,
Attributes atts)
Receives notification of the beginning of an element.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
XMLStreamReaderImpl.getAttributes()
Returns the current attributes (SAX2-Like).
|
Copyright © 2005–2018 Javolution. All rights reserved.