JanaBiz.DbXml
Class XmlEventReader

Property Summary
int AttributeCount
string Encoding
bool EncodingSet
JanaBiz.DbXml.XmlEventType EventType
bool ExpandEntities
bool IsEmptyElement
bool IsStandalone
bool IsWhiteSpace
string LocalName
string NamespaceURI
string Prefix
bool ReportEntityInfo
bool StandaloneSet
string SystemId
string Value
string Version

Method Summary
void Close()
string GetAttributeLocalName(int index)
string GetAttributeNamespaceURI(int index)
string GetAttributePrefix(int index)
string GetAttributeValue(int index)
bool HasEmptyElementInfo()
bool HasEntityEscapeInfo()
bool HasNext()
bool IsAttributeSpecified(int index)
bool NeedsEntityEscape(int index)
bool NeedsEntityEscape()
JanaBiz.DbXml.XmlEventType Next()
JanaBiz.DbXml.XmlEventType NextTag()

Methods inherited from class JanaBiz.Bridge.InvocationHandle
Dispose, Dispose, Finalize

Methods inherited from class System.Object
Equals, GetHashCode, GetType, MemberwiseClone, ToString


Property Detail

AttributeCount

public int AttributeCount


Encoding

public string Encoding


EncodingSet

public bool EncodingSet


EventType

public JanaBiz.DbXml.XmlEventType EventType


ExpandEntities

public bool ExpandEntities


IsEmptyElement

public bool IsEmptyElement


IsStandalone

public bool IsStandalone


IsWhiteSpace

public bool IsWhiteSpace


LocalName

public string LocalName


NamespaceURI

public string NamespaceURI


Prefix

public string Prefix


ReportEntityInfo

public bool ReportEntityInfo


StandaloneSet

public bool StandaloneSet


SystemId

public string SystemId


Value

public string Value


Version

public string Version

Method Detail

Close

public void Close()


GetAttributeLocalName

public string GetAttributeLocalName(int index)


GetAttributeNamespaceURI

public string GetAttributeNamespaceURI(int index)


GetAttributePrefix

public string GetAttributePrefix(int index)


GetAttributeValue

public string GetAttributeValue(int index)


HasEmptyElementInfo

public bool HasEmptyElementInfo()


HasEntityEscapeInfo

public bool HasEntityEscapeInfo()


HasNext

public bool HasNext()


IsAttributeSpecified

public bool IsAttributeSpecified(int index)


NeedsEntityEscape

public bool NeedsEntityEscape(int index)


NeedsEntityEscape

public bool NeedsEntityEscape()


Next

public JanaBiz.DbXml.XmlEventType Next()


NextTag

public JanaBiz.DbXml.XmlEventType NextTag()