Click or drag to resize

XmlSpecsHelper Methods

The XmlSpecsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCompatibleSupportedDataType(String, String)
Gets the Compatible Supported Data Type for the two Data Types.
Public methodStatic memberGetCompatibleSupportedDataType(INode, INode)
Gets the Compatible Supported Data Type assuming the two Nodes are Literals with support types and that those types are compatible.
Public methodStatic memberGetCompatibleSupportedDataType(String, String, Boolean)
Gets the Compatible Supported Data Type for the two Data Types.
Public methodStatic memberGetCompatibleSupportedDataType(INode, INode, Boolean)
Gets the Compatible Supported Data Type assuming the two Nodes are Literals with support types and that those types are compatible.
Public methodStatic memberGetSupportedDataType
Gets the Data Type Uri of the given Node if it has a supported type.
Public methodStatic memberIsName
Returns whether a String is a Name as defined by the W3C XML Specification.
Public methodStatic memberIsNameChar
Returns whether a Character is a NameChar as defined by the W3C XML Specification.
Public methodStatic memberIsNameStartChar
Returns whether a Character is a NameChar as defined by the W3C XML Specification.
Public methodStatic memberIsNCName
Returns whether a String is a NCName as defined by the W3C XML Namespaces Specification.
Public methodStatic memberIsSupportedType(String)
Returns whether the given Type refers to one of the types supported by the LiteralNode CompareTo method.
Public methodStatic memberIsSupportedType(Uri)
Returns whether the given Type refers to one of the types supported by the LiteralNode CompareTo method.
Top
See Also