de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Class PullableEventStream
java.lang.Object
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.PullableEventStream
public class PullableEventStream
- extends Object
Klasse, zum Zugriff auf die vom SaxPullAdapter beim Parsen einer XML-Datei erzeugten Ereignisse.
- Author:
- Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PullableEventStream
public PullableEventStream(BufferedQueue<Event> queue)
throws InterruptedException
- Throws:
InterruptedException
pullAnyEvent
public Event pullAnyEvent()
throws InterruptedException
- Throws:
InterruptedException
pullNonIgnorableEvent
public Event pullNonIgnorableEvent()
throws InterruptedException
- Throws:
InterruptedException
pullStartElement
public StartElementEvent pullStartElement()
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
pullStartElement
public StartElementEvent pullStartElement(String tag)
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
pullEndElement
public EndElementEvent pullEndElement()
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
pullEndElement
public EndElementEvent pullEndElement(String tag)
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
pullCharacters
public CharactersEvent pullCharacters()
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
pullIgnorableCharacters
public IgnorableCharactersEvent pullIgnorableCharacters()
throws InterruptedException,
SAXException
- Throws:
InterruptedException
SAXException
matchStartElement
public boolean matchStartElement()
throws InterruptedException
- Throws:
InterruptedException
matchStartElement
public boolean matchStartElement(String tag)
throws InterruptedException
- Throws:
InterruptedException
matchEndElement
public boolean matchEndElement()
throws InterruptedException
- Throws:
InterruptedException
matchEndElement
public boolean matchEndElement(String tag)
throws InterruptedException
- Throws:
InterruptedException
matchCharacters
public boolean matchCharacters()
throws InterruptedException
- Throws:
InterruptedException
matchIgnorableCharacters
public boolean matchIgnorableCharacters()
throws InterruptedException
- Throws:
InterruptedException
getLastStartElement
public StartElementEvent getLastStartElement()
getLocationHint
public String getLocationHint()