Create(const String &filename) | Arp::System::Commons::Xml::XmlReader | static |
Create(const String &filename, const String &xsdFile) | Arp::System::Commons::Xml::XmlReader | static |
CreateException(const char *message, const Args &... args) | Arp::System::Commons::Xml::XmlReader | inline |
CreateForString(const String &buffer) | Arp::System::Commons::Xml::XmlReader | static |
DisableValidationException() (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
EnableValidationException() (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
GetAttributeValue(const char *attributeName) | Arp::System::Commons::Xml::XmlReader | inline |
GetAttributeValueDuration(const char *attributeName) | Arp::System::Commons::Xml::XmlReader | inline |
GetAttributeValueEnum(const char *attributeName) | Arp::System::Commons::Xml::XmlReader | inline |
GetAttributeValueOfEnum(const char *attributeName) | Arp::System::Commons::Xml::XmlReader | inline |
GetCurrentDepth() | Arp::System::Commons::Xml::XmlReader | |
GetCurrentNodeType() | Arp::System::Commons::Xml::XmlReader | |
GetDocumentFileName() | Arp::System::Commons::Xml::XmlReader | inline |
GetElementLocalName(void) | Arp::System::Commons::Xml::XmlReader | |
GetLineNumber() | Arp::System::Commons::Xml::XmlReader | |
IsEmptyElement() | Arp::System::Commons::Xml::XmlReader | |
MoveToElement() | Arp::System::Commons::Xml::XmlReader | |
Read() | Arp::System::Commons::Xml::XmlReader | |
ReadElementContent(void) | Arp::System::Commons::Xml::XmlReader | |
ReadElementContent() | Arp::System::Commons::Xml::XmlReader | inline |
ReadEndElement(void) | Arp::System::Commons::Xml::XmlReader | |
ReadStartElement(const char *elementName=nullptr) | Arp::System::Commons::Xml::XmlReader | |
ReadToDescendant(const String &name) | Arp::System::Commons::Xml::XmlReader | |
ReadToFollowing(const String &name) | Arp::System::Commons::Xml::XmlReader | |
ReadToNextSibling(const String &name) | Arp::System::Commons::Xml::XmlReader | |
Skip() | Arp::System::Commons::Xml::XmlReader | |
SkipElement() | Arp::System::Commons::Xml::XmlReader | |
SkipElementContent() | Arp::System::Commons::Xml::XmlReader | |
TryCreate(const String &filename, XmlReader &reader) | Arp::System::Commons::Xml::XmlReader | static |
TryGetAttributeValue(const char *attributeName, T &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValue(const char *attributeName, T defaultValue, T &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValue(const char *, bool &value) (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
TryGetAttributeValue(const char *attributeName, String &value) (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
TryGetAttributeValue(const char *attributeName, Chrono::Duration &value) (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
TryGetAttributeValue(const char *attributeName, uint8 &value) (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
TryGetAttributeValue(const char *attributeName, int8 &value) (defined in Arp::System::Commons::Xml::XmlReader) | Arp::System::Commons::Xml::XmlReader | |
TryGetAttributeValueDuration(const char *attributeName, T &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValueDuration(const char *attributeName, T defaultValue, T &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValueEnum(const char *attributeName, T &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValueEnum(const char *attributeName, Enum< T > &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryGetAttributeValueEnum(const char *attributeName, T defaultValue, Enum< T > &value) | Arp::System::Commons::Xml::XmlReader | inline |
TryReadEndElement(void) | Arp::System::Commons::Xml::XmlReader | |
TryReadStartElement(const char *elementName=nullptr) | Arp::System::Commons::Xml::XmlReader | |
TryReadStartElement(String &elementName, bool conditioned=true) | Arp::System::Commons::Xml::XmlReader | |
XmlReader(void) | Arp::System::Commons::Xml::XmlReader | |
XmlReader(XmlReader &&arg) | Arp::System::Commons::Xml::XmlReader | |
~XmlReader(void) | Arp::System::Commons::Xml::XmlReader | |