Click or drag to resize

RdfXmlSpecsHelper Class

Static Helper class for providing Constants and Helper functions for use by RDF/XML parsers.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingRdfXmlSpecsHelper

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class RdfXmlSpecsHelper

The RdfXmlSpecsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAboutAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an rdf:about attribute.
Public methodStatic memberIsAboutAttribute(AttributeEvent, INamespaceMapper)
Checks whether an attribute is an rdf:about attribute.
Public methodStatic memberIsAbsoluteURI
Checks whether a Uri Reference is an absolute Uri.
Public methodStatic memberIsAmbigiousAttributeName
Checks whether a given Local Name is potentially ambiguous.
Public methodStatic memberIsCoreSyntaxTerm(String) Obsolete.
Checks whether a given QName is a Core Syntax Term.
Public methodStatic memberIsCoreSyntaxTerm(Uri, String)
Checks whether a given expanded name is a Core Syntax Term.
Public methodStatic memberIsDataTypeAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an rdf:datatype attribute.
Public methodStatic memberIsDataTypeAttribute(AttributeEvent, INestedNamespaceMapper)
Checks whether an attribute is an rdf:datatype attribute.
Public methodStatic memberIsIDAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an rdf:ID attribute.
Public methodStatic memberIsIDAttribute(AttributeEvent, INestedNamespaceMapper)
Checks whether an attribute is an rdf:ID attribute.
Public methodStatic memberIsLiElement
Checks whether a give element is an rdf:li element.
Public methodStatic memberIsNodeElementUri(String) Obsolete.
Checks whether a given QName is valid as a Node Element Uri.
Public methodStatic memberIsNodeElementUri(Uri, String)
Checks whether a given expanded name is valid as a Node Element Uri.
Public methodStatic memberIsNodeIDAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an rdf:nodeID attribute.
Public methodStatic memberIsNodeIDAttribute(AttributeEvent, INamespaceMapper)
Checks whether an attribute is an rdf:nodeID attribute.
Public methodStatic memberIsOldTerm(String) Obsolete.
Checks whether a given QName is a Old Syntax Term.
Public methodStatic memberIsOldTerm(Uri, String)
Checks whether a given expanded name is a Old Syntax Term.
Public methodStatic memberIsParseTypeAttribute
Checks whether an attribute is an rdf:parseType attribute.
Public methodStatic memberIsPropertyAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an property attribute.
Public methodStatic memberIsPropertyAttribute(AttributeEvent, INamespaceMapper)
Checks whether an attribute is an property attribute.
Public methodStatic memberIsPropertyAttributeURI(String)
Checks whether a given QName is valid as a Property Attribute Uri.
Public methodStatic memberIsPropertyAttributeURI(Uri, String)
Checks whether a given expanded name is valid as a Property Attribute Uri.
Public methodStatic memberIsPropertyElement
Checks whether a given element is a valid property element.
Public methodStatic memberIsPropertyElementURI Obsolete.
Checks whether a given QName is valid as a Property Element Uri.
Public methodStatic memberIsRdfID
Validates that an ID is a valid NCName.
Public methodStatic memberIsRdfNamespace(String)
Validates that a URI matches the RDF/XML namespace URI.
Public methodStatic memberIsRdfNamespace(Uri)
Validates that a URI matches the RDF/XML namespace URI.
Public methodStatic memberIsRdfUriReference
Validates that a URIReference is valid.
Public methodStatic memberIsResourceAttribute(AttributeEvent) Obsolete.
Checks whether an attribute is an rdf:resource attribute.
Public methodStatic memberIsResourceAttribute(AttributeEvent, INamespaceMapper)
Checks whether an attribute is an rdf:resource attribute.
Public methodStatic memberIsSyntaxTerm(String) Obsolete.
Checks whether a given QName is a Syntax Term.
Public methodStatic memberIsSyntaxTerm(Uri, String)
Checks whether a given expanded name is a Syntax Term.
Public methodStatic memberIsTypeAttribute
Checks whether an attribute is an rdf:type attribute.
Public methodStatic memberIsValidBaseUri
Checks whether a given Base Uri can be used for relative Uri resolution.
Public methodStatic memberIsValidQName
Determines whether a QName is valid for use in RDF/XML.
Public methodStatic memberIsValidUriRefEncoding
Checks whether a given URIRef is encoded in Unicode Normal Form C.
Top
See Also