XmlSpecsHelper Methods |
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.
|