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