XmlSpecsHelper Class |
Namespace: VDS.RDF.Parsing
The XmlSpecsHelper type exposes the following members.
Name | Description | |
---|---|---|
GetCompatibleSupportedDataType(String, String) |
Gets the Compatible Supported Data Type for the two Data Types.
| |
GetCompatibleSupportedDataType(INode, INode) |
Gets the Compatible Supported Data Type assuming the two Nodes are Literals with support types and that those types are compatible.
| |
GetCompatibleSupportedDataType(String, String, Boolean) |
Gets the Compatible Supported Data Type for the two Data Types.
| |
GetCompatibleSupportedDataType(INode, INode, Boolean) |
Gets the Compatible Supported Data Type assuming the two Nodes are Literals with support types and that those types are compatible.
| |
GetSupportedDataType |
Gets the Data Type Uri of the given Node if it has a supported type.
| |
IsName |
Returns whether a String is a Name as defined by the W3C XML Specification.
| |
IsNameChar |
Returns whether a Character is a NameChar as defined by the W3C XML Specification.
| |
IsNameStartChar |
Returns whether a Character is a NameChar as defined by the W3C XML Specification.
| |
IsNCName |
Returns whether a String is a NCName as defined by the W3C XML Namespaces Specification.
| |
IsSupportedType(String) |
Returns whether the given Type refers to one of the types supported by the LiteralNode CompareTo method.
| |
IsSupportedType(Uri) |
Returns whether the given Type refers to one of the types supported by the LiteralNode CompareTo method.
|
Name | Description | |
---|---|---|
NamespaceXml |
Namespace for XML.
| |
NamespaceXmlNamespaces |
Namespace for XML Namespaces.
| |
NamespaceXmlSchema |
Namespace for XML Schema.
| |
SupportedTypes |
Array of Constants for Data Types that are supported by the Literal Node CompareTo method.
| |
XmlSchemaDataTypeAnyUri |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeBase64Binary |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeBoolean |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeByte |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDate |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDateTime |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDayTimeDuration |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDecimal |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDouble |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeDuration |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeFloat |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeHexBinary |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeInt |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeInteger |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeLong |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeNegativeInteger |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeNonNegativeInteger |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeNonPositiveInteger |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypePositiveInteger |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeShort |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeString |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeTime |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeUnsignedByte |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeUnsignedInt |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeUnsignedLong |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDataTypeUnsignedShort |
Data Type Uri Constants for XML Schema Data Types.
| |
XmlSchemaDateFormat |
Date Time Formatting string which meets the specified format for xsd:date.
| |
XmlSchemaDateTimeFormat |
Date Time Formatting string which meets the specified format for xsd:dateTime.
| |
XmlSchemaDateTimeFormatImprecise |
Date Time Formatting string which meets the specified format for xsd:dateTime, this formatting string is imprecise in the sense that it does not preserve the fractional seconds.
| |
XmlSchemaTimeFormat |
Date Time Formatting string which meets the the specified format for xsd:time.
| |
XmlSchemaTimeFormatImprecise |
Date Time Formatting string which meets the the specified format for xsd:time, this formatting string is imprecise in the sense that it does not preserve the fractional seconds.
|