| Package | Description |
|---|---|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| Modifier and Type | Field and Description |
|---|---|
LinkedList<XMLStreamEvents.Attribute> |
XMLStreamEvents.Event.attributes
When type if START_ELEMENT, it contains the list of attributes.
|
| Modifier and Type | Method and Description |
|---|---|
XMLStreamEvents.Attribute |
XMLStreamEvents.getAttributeByFullName(CharSequence name)
Shortcut to get the attribute for the given full name.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.getAttributeByLocalName(CharSequence name)
Shortcut to get the attibute for the given local name.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.getAttributeWithNamespaceURI(CharSequence uri,
CharSequence name)
Shortcut to get the attribute for the given namespace URI and local name.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.getAttributeWithPrefix(CharSequence prefix,
CharSequence name)
Shortcut to get the attribute for the given namespace prefix and local name.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.removeAttributeByFullName(CharSequence name)
Remove and return the attribute for the given full name if it exists.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.removeAttributeByLocalName(CharSequence name)
Remove and return the attibute for the given local name if it exists.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.removeAttributeWithNamespaceURI(CharSequence uri,
CharSequence name)
Remove and return the attribute for the given namespace URI and local name if it exists.
|
XMLStreamEvents.Attribute |
XMLStreamEvents.removeAttributeWithPrefix(CharSequence prefix,
CharSequence name)
Remove and return the attribute for the given namespace prefix and local name if it exists.
|
Copyright © 2019. All rights reserved.