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