XmlTokenizedType

XmlTokenizedType serializable

System.Xml (system.xml.dll) enum

This is an enumeration of XML string types based on the XML 1.0 specification.

 public enum  XmlTokenizedType  {  CDATA = 0  ,  ID = 1  ,  IDREF = 2  ,  IDREFS = 3  ,  ENTITY = 4  ,  ENTITIES = 5  ,  NMTOKEN = 6  ,  NMTOKENS = 7  ,  NOTATION = 8  ,  ENUMERATION = 9  ,  QName = 10  ,  NCName = 11  ,  None = 12  } 

Hierarchy

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



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