System::Xml::XmlReader Member List

This is the complete list of members for System::Xml::XmlReader, including all inherited members.

Close()System::Xml::XmlReadervirtual
Create(const String &inputUri)System::Xml::XmlReaderstatic
Create(const String &inputUri, const SharedPtr< XmlReaderSettings > &settings)System::Xml::XmlReaderstatic
Create(const String &inputUri, SharedPtr< XmlReaderSettings > settings, const SharedPtr< XmlParserContext > &inputContext)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::Stream > &input)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::Stream > &input, const SharedPtr< XmlReaderSettings > &settings)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::Stream > &input, SharedPtr< XmlReaderSettings > settings, const String &baseUri)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::Stream > &input, SharedPtr< XmlReaderSettings > settings, const SharedPtr< XmlParserContext > &inputContext)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::TextReader > &input)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::TextReader > &input, const SharedPtr< XmlReaderSettings > &settings)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::TextReader > &input, SharedPtr< XmlReaderSettings > settings, const String &baseUri)System::Xml::XmlReaderstatic
Create(const SharedPtr< IO::TextReader > &input, SharedPtr< XmlReaderSettings > settings, const SharedPtr< XmlParserContext > &inputContext)System::Xml::XmlReaderstatic
Create(const SharedPtr< XmlReader > &reader, SharedPtr< XmlReaderSettings > settings)System::Xml::XmlReaderstatic
Dispose() overrideSystem::Xml::XmlReadervirtual
Dispose(bool disposing)System::Xml::XmlReaderprotectedvirtual
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_AttributeCount()=0System::Xml::XmlReaderpure virtual
get_BaseURI()=0System::Xml::XmlReaderpure virtual
get_CanReadBinaryContent()System::Xml::XmlReadervirtual
get_CanReadValueChunk()System::Xml::XmlReadervirtual
get_CanResolveEntity()System::Xml::XmlReadervirtual
get_Depth()=0System::Xml::XmlReaderpure virtual
get_EOF()=0System::Xml::XmlReaderpure virtual
get_HasAttributes()System::Xml::XmlReadervirtual
get_HasValue()System::Xml::XmlReadervirtual
get_IsDefault()System::Xml::XmlReadervirtual
get_IsEmptyElement()=0System::Xml::XmlReaderpure virtual
get_LocalName()=0System::Xml::XmlReaderpure virtual
get_Name()System::Xml::XmlReadervirtual
get_NamespaceURI()=0System::Xml::XmlReaderpure virtual
get_NameTable()=0System::Xml::XmlReaderpure virtual
get_NodeType()=0System::Xml::XmlReaderpure virtual
get_Prefix()=0System::Xml::XmlReaderpure virtual
get_QuoteChar()System::Xml::XmlReadervirtual
get_ReadState()=0System::Xml::XmlReaderpure virtual
get_SchemaInfo()System::Xml::XmlReadervirtual
get_Settings()System::Xml::XmlReadervirtual
get_Value()=0System::Xml::XmlReaderpure virtual
get_ValueType()System::Xml::XmlReadervirtual
get_XmlLang()System::Xml::XmlReadervirtual
get_XmlSpace()System::Xml::XmlReadervirtual
GetAttribute(String name)=0System::Xml::XmlReaderpure virtual
GetAttribute(String name, String namespaceURI)=0System::Xml::XmlReaderpure virtual
GetAttribute(int32_t i)=0System::Xml::XmlReaderpure virtual
GetCounter()System::Objectinline
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
idx_get(int32_t i)System::Xml::XmlReadervirtual
idx_get(String name)System::Xml::XmlReadervirtual
idx_get(String name, String namespaceURI)System::Xml::XmlReadervirtual
Is(const TypeInfo &targetType) constSystem::Objectvirtual
IsName(const String &str)System::Xml::XmlReaderstatic
IsNameToken(const String &str)System::Xml::XmlReaderstatic
IsStartElement()System::Xml::XmlReadervirtual
IsStartElement(String name)System::Xml::XmlReadervirtual
IsStartElement(String localname, String ns)System::Xml::XmlReadervirtual
Lock()System::Object
LookupNamespace(const String &prefix)=0System::Xml::XmlReaderpure virtual
MemberwiseClone() constSystem::Objectvirtual
MoveToAttribute(String name)=0System::Xml::XmlReaderpure virtual
MoveToAttribute(String name, String ns)=0System::Xml::XmlReaderpure virtual
MoveToAttribute(int32_t i)System::Xml::XmlReadervirtual
MoveToContent()System::Xml::XmlReadervirtual
MoveToElement()=0System::Xml::XmlReaderpure virtual
MoveToFirstAttribute()=0System::Xml::XmlReaderpure virtual
MoveToNextAttribute()=0System::Xml::XmlReaderpure virtual
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
Ptr typedefSystem::Xml::XmlReader
Read()=0System::Xml::XmlReaderpure virtual
ReadAttributeValue()=0System::Xml::XmlReaderpure virtual
ReadContentAs(const TypeInfo &returnType, SharedPtr< IXmlNamespaceResolver > namespaceResolver)System::Xml::XmlReadervirtual
ReadContentAsBase64(ArrayPtr< uint8_t > buffer, int32_t index, int32_t count)System::Xml::XmlReadervirtual
ReadContentAsBinHex(ArrayPtr< uint8_t > buffer, int32_t index, int32_t count)System::Xml::XmlReadervirtual
ReadContentAsBoolean()System::Xml::XmlReadervirtual
ReadContentAsDateTime()System::Xml::XmlReadervirtual
ReadContentAsDateTimeOffset()System::Xml::XmlReadervirtual
ReadContentAsDecimal()System::Xml::XmlReadervirtual
ReadContentAsDouble()System::Xml::XmlReadervirtual
ReadContentAsFloat()System::Xml::XmlReadervirtual
ReadContentAsInt()System::Xml::XmlReadervirtual
ReadContentAsLong()System::Xml::XmlReadervirtual
ReadContentAsObject()System::Xml::XmlReadervirtual
ReadContentAsString()System::Xml::XmlReadervirtual
ReadElementContentAs(const TypeInfo &returnType, SharedPtr< IXmlNamespaceResolver > namespaceResolver)System::Xml::XmlReadervirtual
ReadElementContentAs(const TypeInfo &returnType, SharedPtr< IXmlNamespaceResolver > namespaceResolver, String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsBase64(ArrayPtr< uint8_t > buffer, int32_t index, int32_t count)System::Xml::XmlReadervirtual
ReadElementContentAsBinHex(ArrayPtr< uint8_t > buffer, int32_t index, int32_t count)System::Xml::XmlReadervirtual
ReadElementContentAsBoolean()System::Xml::XmlReadervirtual
ReadElementContentAsBoolean(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsDateTime()System::Xml::XmlReadervirtual
ReadElementContentAsDateTime(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsDecimal()System::Xml::XmlReadervirtual
ReadElementContentAsDecimal(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsDouble()System::Xml::XmlReadervirtual
ReadElementContentAsDouble(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsFloat()System::Xml::XmlReadervirtual
ReadElementContentAsFloat(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsInt()System::Xml::XmlReadervirtual
ReadElementContentAsInt(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsLong()System::Xml::XmlReadervirtual
ReadElementContentAsLong(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsObject()System::Xml::XmlReadervirtual
ReadElementContentAsObject(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementContentAsString()System::Xml::XmlReadervirtual
ReadElementContentAsString(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadElementString()System::Xml::XmlReadervirtual
ReadElementString(String name)System::Xml::XmlReadervirtual
ReadElementString(String localname, String ns)System::Xml::XmlReadervirtual
ReadEndElement()System::Xml::XmlReadervirtual
ReadInnerXml()System::Xml::XmlReadervirtual
ReadOuterXml()System::Xml::XmlReadervirtual
ReadStartElement()System::Xml::XmlReadervirtual
ReadStartElement(String name)System::Xml::XmlReadervirtual
ReadStartElement(String localname, String ns)System::Xml::XmlReadervirtual
ReadString()System::Xml::XmlReadervirtual
ReadSubtree()System::Xml::XmlReadervirtual
ReadToDescendant(String name)System::Xml::XmlReadervirtual
ReadToDescendant(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadToFollowing(String name)System::Xml::XmlReadervirtual
ReadToFollowing(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadToNextSibling(String name)System::Xml::XmlReadervirtual
ReadToNextSibling(String localName, String namespaceURI)System::Xml::XmlReadervirtual
ReadValueChunk(ArrayPtr< char16_t > buffer, int32_t index, int32_t count)System::Xml::XmlReadervirtual
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
RemovedSharedRefs(int count)System::Objectinline
ResolveEntity()=0System::Xml::XmlReaderpure virtual
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Skip()System::Xml::XmlReadervirtual
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~Object()System::Objectvirtual
~XmlReader()System::Xml::XmlReaderprotectedvirtual