C# Class System.Xml.XmlBinaryDictionaryReader.NodeInfo

显示文件 Open project: kumpera/mono

Public Properties

Property Type Description
DictLocalName XmlDictionaryString
DictNS XmlDictionaryString
DictValue XmlDictionaryString
IsAttributeValue bool
NSSlot int
NodeType System.Xml.XmlNodeType
Position int
Prefix string
TypedValue object
ValueType byte

Public Methods

Method Description
NodeInfo ( ) : System
NodeInfo ( bool isAttr ) : System
Reset ( ) : void

Method Details

NodeInfo() public method

public NodeInfo ( ) : System
return System

NodeInfo() public method

public NodeInfo ( bool isAttr ) : System
isAttr bool
return System

Reset() public method

public Reset ( ) : void
return void

Property Details

DictLocalName public_oe property

public XmlDictionaryString,System.Xml DictLocalName
return XmlDictionaryString

DictNS public_oe property

public XmlDictionaryString,System.Xml DictNS
return XmlDictionaryString

DictValue public_oe property

public XmlDictionaryString,System.Xml DictValue
return XmlDictionaryString

IsAttributeValue public_oe property

public bool IsAttributeValue
return bool

NSSlot public_oe property

public int NSSlot
return int

NodeType public_oe property

public XmlNodeType,System.Xml NodeType
return System.Xml.XmlNodeType

Position public_oe property

public int Position
return int

Prefix public_oe property

public string Prefix
return string

TypedValue public_oe property

public object TypedValue
return object

ValueType public_oe property

public byte ValueType
return byte