Custom XmlReader that allows to read xml fragments
More...
Custom XmlReader that allows to read xml fragments
Definition at line 13 of file CustomRootReader.cs.
override void VRage.CustomRootReader.Close |
( |
| ) |
|
|
inline |
override string VRage.CustomRootReader.GetAttribute |
( |
int |
i | ) |
|
|
inline |
override string VRage.CustomRootReader.GetAttribute |
( |
string |
name | ) |
|
|
inline |
override string VRage.CustomRootReader.GetAttribute |
( |
string |
name, |
|
|
string |
namespaceURI |
|
) |
| |
|
inline |
override string VRage.CustomRootReader.LookupNamespace |
( |
string |
prefix | ) |
|
|
inline |
override bool VRage.CustomRootReader.MoveToAttribute |
( |
string |
name, |
|
|
string |
ns |
|
) |
| |
|
inline |
override bool VRage.CustomRootReader.MoveToAttribute |
( |
string |
name | ) |
|
|
inline |
override bool VRage.CustomRootReader.MoveToElement |
( |
| ) |
|
|
inline |
override bool VRage.CustomRootReader.MoveToFirstAttribute |
( |
| ) |
|
|
inline |
override bool VRage.CustomRootReader.MoveToNextAttribute |
( |
| ) |
|
|
inline |
override bool VRage.CustomRootReader.Read |
( |
| ) |
|
|
inline |
override bool VRage.CustomRootReader.ReadAttributeValue |
( |
| ) |
|
|
inline |
override void VRage.CustomRootReader.ResolveEntity |
( |
| ) |
|
|
inline |
override int VRage.CustomRootReader.AttributeCount |
|
get |
override string VRage.CustomRootReader.BaseURI |
|
get |
override int VRage.CustomRootReader.Depth |
|
get |
override bool VRage.CustomRootReader.EOF |
|
get |
override bool VRage.CustomRootReader.IsEmptyElement |
|
get |
override string VRage.CustomRootReader.LocalName |
|
get |
override string VRage.CustomRootReader.NamespaceURI |
|
get |
override XmlNameTable VRage.CustomRootReader.NameTable |
|
get |
override XmlNodeType VRage.CustomRootReader.NodeType |
|
get |
override string VRage.CustomRootReader.Prefix |
|
get |
override ReadState VRage.CustomRootReader.ReadState |
|
get |
override string VRage.CustomRootReader.Value |
|
get |
The documentation for this class was generated from the following file: