| Package | Description |
|---|---|
| javolution.xml |
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 |
| 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 |
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) |
Copyright © 2005-2013 Javolution. All Rights Reserved.