Package | Description |
---|---|
_templates.javolution.xml | |
_templates.javolution.xml.sax | |
_templates.javolution.xml.stream |
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) |
Modifier and Type | Method and Description |
---|---|
Attributes |
XMLStreamReaderImpl.getAttributes()
Returns the current attributes (SAX2-Like).
|
Copyright © 2005–2019 Javolution. All rights reserved.