java.lang.Object
org.apache.jena.rdfxml.xmlinput1.StAX2Model
A collection of convenient functions to parse an XML stream using ARP.
They simply connect
StAX2SAX to SAX2Model internally.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidread(XMLEventReader eventReader, Model model) static voidread(XMLEventReader eventReader, Model model, String base) static voidread(XMLStreamReader streamReader, Model model) static voidread(XMLStreamReader streamReader, Model model, String base)
-
Constructor Details
-
StAX2Model
public StAX2Model()
-
-
Method Details
-
read
public static void read(XMLStreamReader streamReader, Model model) throws SAXParseException, XMLStreamException, SAXException -
read
public static void read(XMLStreamReader streamReader, Model model, String base) throws SAXParseException, XMLStreamException, SAXException -
read
public static void read(XMLEventReader eventReader, Model model) throws SAXParseException, XMLStreamException, SAXException -
read
public static void read(XMLEventReader eventReader, Model model, String base) throws SAXParseException, XMLStreamException, SAXException
-