Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class InvalidityHandlerWrapper
Class NamespaceConstant
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StandardLogger
Class StaticContext
Class StaticError
Class TextWriterDestination
Class WhitespacePolicy
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmArray
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
- Class TreeProtector
Class XdmEmptySequence
Class XdmExternalObjectValue
Class XdmFunctionItem
Class XdmItem
Class XdmItemType
Class XdmMap
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class Xslt30Transformer
Class XsltCompiler
Class XsltExecutable
- Class ParameterDetails
Class XsltPackage
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum XdmAxis
Interface IInvalidityHandler
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public class XdmAtomicType
An instance of class XdmAtomicType
represents a specific atomic type, for example
xs:double
, xs:integer
, or xs:anyAtomicType
. This may be either a built-in
atomic type or a type defined in a user-written schema.
To get an XdmAtomicType
instance representing a built-in atomic type, use one of the predefined instances
of the subclass XdmBuiltInAtomicType
. To get an XdmAtomicType
instance representing a user-defined
atomic type (defined in a schema), use the method GetAtomicType
defined on the SchemaManager
class.
Property Summary | |
---|---|
QName |
Name The name of the atomic type, or null if the type is anonymous |
Method Summary | |
---|---|
static XdmAtomicType |
BuiltInAtomicType(QName name) Get an XdmAtomicType object representing a built-in atomic type with a given name |
Property Detail |
---|
public QName Name {get; }
The name of the atomic type, or null if the type is anonymous
Method Detail |
---|
Get an XdmAtomicType object representing a built-in atomic type with a given name
Parameters:name
-