CheckNamespaces EnumerationCheckNamespaces EnumerationCheckNamespaces Enumeration
Specifies what checking should be done for namespace URI values.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
The CheckNamespacesCheckNamespacesCheckNamespaces
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | AutoAutoAuto | The serializer determines what namespace checking should be perform and performs the appropriate checking. If the method is set to CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod then this is equivalent to CheckAbsoluteCheckAbsoluteCheckAbsolute, otherwise this is equivalent to NoneNoneNone |
![]() | CheckAbsoluteCheckAbsoluteCheckAbsolute |
An SERE0003 XdmExceptionXdmExceptionXdmException is thrown if a namespace URI is encountered that is not an
absolute URI.
|
![]() | NoneNoneNone | No namespace checking is performed. |