public class IlvRDFSAX extends Object
IlvXMLConnector
Modifier and Type | Field and Description |
---|---|
static String |
RDF_URI
rdf namespace URI
|
Constructor and Description |
---|
IlvRDFSAX()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(Collection ns)
Merges current namespaces with the specified Collection.
|
void |
characters(char[] chars,
int start,
int length)
Delegated from SAX parser.
|
void |
clear()
Resets the instance.
|
void |
endElement(String uri,
String localName,
String qName)
Delegated from SAX parser.
|
IlvMModel |
populateModel(IlvMModel model)
Adds the current flat list of statements to the
IlvMModel data structure. |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts)
Delegated from SAX parser.
|
public static final String RDF_URI
public void addNamespace(Collection ns)
ns
- The namespaces.public IlvMModel populateModel(IlvMModel model)
IlvMModel
data structure.model
- The model to populate.null
.public void clear()
public void startElement(String uri, String localName, String qName, Attributes atts)
public void endElement(String uri, String localName, String qName)
public void characters(char[] chars, int start, int length)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.