XmlNodeType

XmlNodeType CF 1.0, ECMA 1.0, serializable

System.Xml (system.xml.dll) enum

This enumeration contains identifiers for node types. All DOM Core Level 2 types are included.

 public enum  XmlNodeType  {  None = 0  ,  Element = 1  ,  Attribute = 2  ,  Text = 3  ,  CDATA = 4  ,  EntityReference = 5  ,  Entity = 6  ,  ProcessingInstruction = 7  ,  Comment = 8  ,  Document = 9  ,  DocumentType = 10  ,  DocumentFragment = 11  ,  Notation = 12  ,  Whitespace = 13  ,  SignificantWhitespace = 14  ,  EndElement = 15  ,  EndEntity = 16  ,  XmlDeclaration = 17  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) XmlNodeType

Returned By

XmlNode.NodeType , XmlReader.{MoveToContent( ) , NodeType}

Passed To

XmlDocument.CreateNode( ) , XmlTextReader.XmlTextReader( ) , XmlValidatingReader.XmlValidatingReader( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net