RdfAParserBaseTHtmlDocument, TElement, TNode, TAttribute Class |
Namespace: VDS.RDF.Parsing
public abstract class RdfAParserBase<THtmlDocument, TElement, TNode, TAttribute> : IRdfReader where TElement : class, TNode
The RdfAParserBaseTHtmlDocument, TElement, TNode, TAttribute type exposes the following members.
Name | Description | |
---|---|---|
RdfAParserBaseTHtmlDocument, TElement, TNode, TAttribute |
Creates a new RDFa Parser which will auto-detect which RDFa version to use (assumes 1.1 if none explicitly specified).
| |
RdfAParserBaseTHtmlDocument, TElement, TNode, TAttribute(RdfASyntax) |
Creates a new RDFa Parser which will use the specified RDFa syntax.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttribute |
Get the value of a particular attribute of an element.
| |
GetAttributeName |
Get the name of an attribute.
| |
GetAttributes |
Get all attributes of an element.
| |
GetAttributeValue |
Get the value of an attribute.
| |
GetBaseElement |
Get the base element of the specified document.
| |
GetChildren |
Return the children of an element (in order).
| |
GetElementName |
Get the name of an element.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHtmlElement |
Get the html element of the document.
| |
GetInnerHtml |
Get the HTML contained within an element as a string.
| |
GetInnerText |
Get the inner text of an element or a text node.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GrabText |
Get the text content of a node and add it to the provided output buffer.
| |
HasAttribute |
Determine if an element has a particular attribute.
| |
HasChildren |
Determine if an element has children.
| |
IsTextNode |
Determine if a node in the parsed Html document tree is a text node.
| |
IsXmlBaseIsPermissible |
Deterine if the HTML document can have an xml:base element.
| |
Load(IGraph, StreamReader) |
Parses RDFa by extracting it from the HTML from the given input.
| |
Load(IGraph, TextReader) |
Parses RDFa by extracting it from the HTML from the given input.
| |
Load(IGraph, String) |
Parses RDFa by extracting it from the HTML from the given file.
| |
Load(IRdfHandler, StreamReader) |
Parses RDFa by extracting it from the HTML from the given input.
| |
Load(IRdfHandler, TextReader) |
Parses RDFa by extracting it from the HTML from the given input.
| |
Load(IRdfHandler, String) |
Parses RDFa by extracting it from the HTML from the given input.
| |
LoadAndParse |
Parse the input stream as an HTML document.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessDocument |
Process the content of an HTML document.
| |
ProcessElement |
Process the content of an element of the document.
| |
SetAttribute |
Set the value of a particular attribute of an element.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Warning |
Event which is raised when there is a non-fatal error with the input being read
|
Name | Description | |
---|---|---|
HtmlPlusRdfA10Version |
RDFa Version Constants.
| |
HtmlPlusRdfA11Version |
RDFa Version Constants.
| |
RdfANamespace |
Namespace URI for RDFa.
| |
XHtmlNamespace |
Namespace URI for XHTML.
| |
XHtmlPlusRdfA10Version |
RDFa Version Constants.
| |
XHtmlPlusRdfA11Version |
RDFa Version Constants.
| |
XHtmlPlusRdfADoctype |
URI for the XHTML+RDFa DTD.
| |
XHtmlVocabNamespace |
XHTML Vocab Namespace.
|