Uses of Class
eu.bandm.tools.util.xml.SAXEventStream.MatchException
Packages that use SAXEventStream.MatchException
-
Uses of SAXEventStream.MatchException in eu.bandm.tools.util.xml
Methods in eu.bandm.tools.util.xml 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.