Class RDFParser
Object
|
+--RDFParser
- class
RDFParser
Class defining an RDFParser resource object tied to an RDFStore
Version: 0.1
Author: David Sheets
Defined in rdfparser.js
|
Field Summary |
Object |
forceRDF
Force RDF in parsing flag |
Object |
reify
Reification flag |
<static> <final> Object |
nodeType
DOM Level 2 node type magic numbers |
<static> <final> Object |
ns
Standard namespaces that we know how to handle |
|
Constructor Summary |
RDFParser
(<RDFStore> store)
|
|
Method Summary |
Object
|
parse(<DOMTree> document, <String> base, <Object> why)
Build our initial scope frame and parse the DOM into triples
|
forceRDF
Object forceRDF
Force RDF in parsing flag
reify
Object reify
nodeType
<static> <final> Object nodeType
DOM Level 2 node type magic numbers
ns
<static> <final> Object ns
Standard namespaces that we know how to handle
RDFParser
RDFParser(<RDFStore> store)
Parameters:
store - An RDFStore object
Version: 0.1
Author: David Sheets
parse
Object parse(<DOMTree> document, <String> base, <Object> why)
Build our initial scope frame and parse the DOM into triples
Parameters:
document - The DOM to parse
base - The base URL to use
why - The context to which this resource belongs
Documentation generated by
JSDoc on Fri Jul 14 19:24:50 2006