Uses of Class
eu.bandm.tools.util2.SAXEventStream.MatchException
Package
Description
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message
package.-
Uses of SAXEventStream.MatchException in eu.bandm.tools.util2
Modifier and TypeMethodDescriptionvoid
SAXEventQueue.matchEndDocument()
void
SAXEventStream.matchEndDocument()
Consumes the first element (if it is the indicated end document element).void
SAXEventQueue.matchEndElement
(NamespaceName name) void
SAXEventQueue.matchEndElement
(String name) void
SAXEventStream.matchEndElement
(NamespaceName name) Consumes the first element (if it is the indicated end element).void
SAXEventStream.matchEndElement
(String name) Consumes the first element (if it is the indicated end element).SAXEventQueue.matchStartElement
(NamespaceName name) SAXEventQueue.matchStartElement
(String qname) SAXEventStream.matchStartElement
(NamespaceName name) Consumes the first element (if it is the indicated start element) and returns its attribute set.SAXEventStream.matchStartElement
(String name) Consumes the first element (if it is the indicated start element) and returns its attribute set.