RdfAParserBase<THtmlDocument, TElement, TNode, TAttribute> Methods |
The RdfAParserBase<THtmlDocument, TElement, TNode, TAttribute> generic type exposes the following members.
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.) |