java.lang.Object
org.apache.jena.rdfxml.xmlinput1.StAX2SAX
Bridge StAX and SAX parsing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(XMLEventReader xmlReader) Consumes all StAX events and passes them on to the content handlervoid
parse
(XMLStreamReader xmlReader)
-
Constructor Details
-
StAX2SAX
Primes a converter with a SAX handler. Note: if handler is also LexicalHandler it will pass on lexical events.- Parameters:
handler
-
-
-
Method Details
-
parse
- Throws:
XMLStreamException
SAXException
-
parse
Consumes all StAX events and passes them on to the content handler- Throws:
XMLStreamException
SAXException
-