RdfAParserContext<THtmlDocument> Class |
Namespace: VDS.RDF.Parsing.Contexts
[Missing <typeparam name="THtmlDocument"/> documentation for "T:VDS.RDF.Parsing.Contexts.RdfAParserContext`1"]
The RdfAParserContext<THtmlDocument> type exposes the following members.
Name | Description | |
---|---|---|
![]() | RdfAParserContext<THtmlDocument>(IGraph, THtmlDocument) |
Creates a new Parser Context.
|
![]() | RdfAParserContext<THtmlDocument>(IRdfHandler, THtmlDocument) |
Creates a new Parser Context.
|
![]() | RdfAParserContext<THtmlDocument>(IGraph, THtmlDocument, Boolean) |
Creates a new Parser Context.
|
![]() | RdfAParserContext<THtmlDocument>(IRdfHandler, THtmlDocument, Boolean) |
Creates a new Parser Context.
|
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the Base URI for the parsing context.
(Inherited from BaseParserContext.) |
![]() | DefaultVocabulary |
Gets/Sets the Default Vocabularly.
|
![]() | Document |
Gets the HTML Document.
|
![]() | Handler |
Gets the Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) |
![]() | Namespaces |
Gets the Namespace Map for the parsing context.
(Inherited from BaseParserContext.) |
![]() | Syntax |
Gets/Sets the RDFa syntax in use.
|
![]() | TraceParsing |
Gets/Sets whether to trace parsing.
(Inherited from BaseParserContext.) |
![]() | XmlBaseAllowed |
Gets/Sets whether xml:base is allowed in the embedded RDF.
|
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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _handler |
RDF Handler used to handle the generated RDF.
(Inherited from BaseParserContext.) |
![]() | _traceParsing |
Is Parsing Traced?.
(Inherited from BaseParserContext.) |