Enum XmlNodeType
Represents node types for Xml parser.
public enum XmlNodeType
Fields
None = 0
Specifies that no flags are in effect.
XmlBody = 6
Specifies that xml node corresponds to xml body.
XmlCloseTag = 3
Specifies that xml node corresponds to xml close tag.
XmlComment = 8
Specifies that xml node corresponds to xml comment.
XmlEmbeddedExpression = 7
Specifies that xml node corresponds to xml embedded expression.
XmlOpenTag = 2
Specifies that xml node corresponds to xml open tag.
XmlParameter = 4
Specifies that xml node corresponds to xml parameter.
XmlParameters = 5
Specifies that xml node corresponds to list of xml parameters.
XmlUnit = 1
Specifies that xml node corresponds to entire unit.