| Package | Description |
|---|---|
| org.apache.jena.rdfxml.xmlinput |
A parser for RDF/XML.
|
| org.apache.jena.rdfxml.xmlinput.impl | |
| org.apache.jena.rdfxml.xmlinput.states |
| Modifier and Type | Class and Description |
|---|---|
class |
DOM2Model
Transform DOM nodes of RDF.XML into Jena Models.
|
class |
SAX2Model
Use arbitrary SAX input to Jena.
|
class |
SAX2RDF
Allows connecting an arbitrary source of SAX events with ARP.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SAX2RDF.installHandlers(XMLReader rdr,
XMLHandler sax2rdf)
Initializes an XMLReader to use the SAX2RDF object
as its handler for all events, and to use namespaces
and namespace prefixes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFXMLParser
The main parser, other variants of XMLHandler are for more specialized purposes.
|
class |
SAX2RDFImpl
This class is public merely to reduce the amount of irrelevant documentation
generated by Javadoc for
SAX2RDF. |
| Modifier and Type | Method and Description |
|---|---|
XMLHandler |
ParserSupport.getXMLHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
AbsXMLContext.resolve(XMLHandler forErrors,
Taint taintMe,
String u) |
AbsXMLContext |
AbsXMLContext.withBase(XMLHandler forErrors,
String b) |
AbsXMLContext |
XMLBaselessContext.withBase(XMLHandler forErrors,
String b) |
| Constructor and Description |
|---|
ARPResource(XMLHandler parent) |
ARPResource(XMLHandler parent,
String nid) |
XMLBaselessContext(XMLHandler f,
int eno) |
| Modifier and Type | Method and Description |
|---|---|
XMLHandler |
FrameI.getXMLHandler() |
| Constructor and Description |
|---|
AbsXMLLiteral(XMLHandler h,
AbsXMLContext x) |
Frame(XMLHandler a,
AbsXMLContext x) |
LookingForRDF(XMLHandler s,
AbsXMLContext x) |
StartStateRDForDescription(XMLHandler handler,
AbsXMLContext x) |
WantDescription(XMLHandler handler,
AbsXMLContext x) |
WantTopLevelDescription(XMLHandler handler,
AbsXMLContext x) |
Licenced under the Apache License, Version 2.0