RdfXmlSpecsHelper Class |
Namespace: VDS.RDF.Parsing
The RdfXmlSpecsHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAboutAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an rdf:about attribute.
| |
| IsAboutAttribute(AttributeEvent, INamespaceMapper) |
Checks whether an attribute is an rdf:about attribute.
| |
| IsAbsoluteURI |
Checks whether a Uri Reference is an absolute Uri.
| |
| IsAmbigiousAttributeName |
Checks whether a given Local Name is potentially ambiguous.
| |
| IsCoreSyntaxTerm(String) | Obsolete.
Checks whether a given QName is a Core Syntax Term.
| |
| IsCoreSyntaxTerm(Uri, String) |
Checks whether a given expanded name is a Core Syntax Term.
| |
| IsDataTypeAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an rdf:datatype attribute.
| |
| IsDataTypeAttribute(AttributeEvent, INestedNamespaceMapper) |
Checks whether an attribute is an rdf:datatype attribute.
| |
| IsIDAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an rdf:ID attribute.
| |
| IsIDAttribute(AttributeEvent, INestedNamespaceMapper) |
Checks whether an attribute is an rdf:ID attribute.
| |
| IsLiElement |
Checks whether a give element is an rdf:li element.
| |
| IsNodeElementUri(String) | Obsolete.
Checks whether a given QName is valid as a Node Element Uri.
| |
| IsNodeElementUri(Uri, String) |
Checks whether a given expanded name is valid as a Node Element Uri.
| |
| IsNodeIDAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an rdf:nodeID attribute.
| |
| IsNodeIDAttribute(AttributeEvent, INamespaceMapper) |
Checks whether an attribute is an rdf:nodeID attribute.
| |
| IsOldTerm(String) | Obsolete.
Checks whether a given QName is a Old Syntax Term.
| |
| IsOldTerm(Uri, String) |
Checks whether a given expanded name is a Old Syntax Term.
| |
| IsParseTypeAttribute |
Checks whether an attribute is an rdf:parseType attribute.
| |
| IsPropertyAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an property attribute.
| |
| IsPropertyAttribute(AttributeEvent, INamespaceMapper) |
Checks whether an attribute is an property attribute.
| |
| IsPropertyAttributeURI(String) |
Checks whether a given QName is valid as a Property Attribute Uri.
| |
| IsPropertyAttributeURI(Uri, String) |
Checks whether a given expanded name is valid as a Property Attribute Uri.
| |
| IsPropertyElement |
Checks whether a given element is a valid property element.
| |
| IsPropertyElementURI | Obsolete.
Checks whether a given QName is valid as a Property Element Uri.
| |
| IsRdfID |
Validates that an ID is a valid NCName.
| |
| IsRdfNamespace(String) |
Validates that a URI matches the RDF/XML namespace URI.
| |
| IsRdfNamespace(Uri) |
Validates that a URI matches the RDF/XML namespace URI.
| |
| IsRdfUriReference |
Validates that a URIReference is valid.
| |
| IsResourceAttribute(AttributeEvent) | Obsolete.
Checks whether an attribute is an rdf:resource attribute.
| |
| IsResourceAttribute(AttributeEvent, INamespaceMapper) |
Checks whether an attribute is an rdf:resource attribute.
| |
| IsSyntaxTerm(String) | Obsolete.
Checks whether a given QName is a Syntax Term.
| |
| IsSyntaxTerm(Uri, String) |
Checks whether a given expanded name is a Syntax Term.
| |
| IsTypeAttribute |
Checks whether an attribute is an rdf:type attribute.
| |
| IsValidBaseUri |
Checks whether a given Base Uri can be used for relative Uri resolution.
| |
| IsValidQName |
Determines whether a QName is valid for use in RDF/XML.
| |
| IsValidUriRefEncoding |
Checks whether a given URIRef is encoded in Unicode Normal Form C.
|