Uses of Class
eu.bandm.tools.util2.SAXEventStream.MatchException
Packages that use 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
Methods in eu.bandm.tools.util2 that throw SAXEventStream.MatchExceptionModifier and TypeMethodDescriptionvoidSAXEventQueue.matchEndDocument()voidSAXEventStream.matchEndDocument()Consumes the first element (if it is the indicated end document element).voidSAXEventQueue.matchEndElement(NamespaceName name) voidSAXEventQueue.matchEndElement(String name) voidSAXEventStream.matchEndElement(NamespaceName name) Consumes the first element (if it is the indicated end element).voidSAXEventStream.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.