Package | Description |
---|---|
eu.bandm.tools.util2 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package. |
Modifier and Type | Method and Description |
---|---|
void |
SAXEventStream.matchEndDocument()
Consumes the first element (if it is the indicated end document element).
|
void |
SAXEventQueue.matchEndDocument() |
void |
SAXEventStream.matchEndElement(NamespaceName name)
Consumes the first element (if it is the indicated end element).
|
void |
SAXEventQueue.matchEndElement(NamespaceName name) |
void |
SAXEventStream.matchEndElement(String name)
Consumes the first element (if it is the indicated end element).
|
void |
SAXEventQueue.matchEndElement(String name) |
Attributes |
SAXEventStream.matchStartElement(NamespaceName name)
Consumes the first element (if it is the indicated start element) and
returns its attribute set.
|
Attributes |
SAXEventQueue.matchStartElement(NamespaceName name) |
Attributes |
SAXEventStream.matchStartElement(String name)
Consumes the first element (if it is the indicated start element) and
returns its attribute set.
|
Attributes |
SAXEventQueue.matchStartElement(String qname) |
see also the complete user documentation .