|
enum | AttributeProperties : uint { DEFAULT
, URI
, BOOLEAN
, NAME = 4U
} |
|
enum | ConformanceLevel { Auto
, Fragment
, Document
} |
|
enum | DtdProcessing { Prohibit
, Ignore
, Parse
} |
|
enum | ElementProperties : uint {
DEFAULT
, URI_PARENT
, BOOL_PARENT
, NAME_PARENT = 4U
,
EMPTY = 8U
, NO_ENTITIES = 16U
, HEAD = 32U
, BLOCK_WS = 64U
,
HAS_NS = 128U
} |
|
enum | EntityHandling { ExpandEntities = 1
, ExpandCharEntities
} |
|
enum | ExceptionType { ArgumentException
, XmlException
} |
|
enum | NamespaceHandling { Default = 0
, OmitDuplicates = 1
} |
|
enum | NewLineHandling { Replace
, Entitize
, None
} |
|
enum | ReadState {
Initial
, Interactive
, Error
, EndOfFile
,
Closed
} |
|
enum | TriState { Unknown = -1
, False
, True
} |
|
enum | ValidationType {
None
, Auto
, DTD
, XDR
,
Schema
} |
|
enum | WhitespaceHandling { All
, Significant
, None
} |
|
enum | WriteState {
Start
, Prolog
, Element
, Attribute
,
Content
, Closed
, Error
} |
|
enum | XmlDateTimeSerializationMode { Local
, Utc
, Unspecified
, RoundtripKind
} |
|
enum | XmlNodeChangedAction { Insert
, Remove
, Change
} |
|
enum | XmlNodeType {
None
, Element
, Attribute
, Text
,
CDATA
, EntityReference
, Entity
, ProcessingInstruction
,
Comment
, Document
, DocumentType
, DocumentFragment
,
Notation
, Whitespace
, SignificantWhitespace
, EndElement
,
EndEntity
, XmlDeclaration
} |
|
enum | XmlOutputMethod { Xml
, Html
, Text
, AutoDetect
} |
|
enum | XmlSpace { None
, Default
, Preserve
} |
|
enum | XmlStandalone { Omit
, Yes
, No
} |
|
enum | XmlTokenizedType {
CDATA
, ID
, IDREF
, IDREFS
,
ENTITY
, ENTITIES
, NMTOKEN
, NMTOKENS
,
NOTATION
, ENUMERATION
, QName
, NCName
,
None
} |
|