SourcePro® 2023.1 |
SourcePro® API Reference Guide |
This is the complete list of members for RWXmlStreamElement, including all inherited members.
addAttribute(const RWXmlAttribute &attribute) | RWXmlStreamElement | |
addElement(const RWXmlStreamElement &element) | RWXmlStreamElement | |
addNamespace(const RWCString &prefix, const RWXmlNamespace &fullname) | RWXmlStreamElement | |
deleteAttribute(const RWXmlName &name) | RWXmlStreamElement | |
deleteElement(const RWXmlName &name) | RWXmlStreamElement | |
deleteNamespace(const RWCString &prefix) | RWXmlStreamElement | |
element_type typedef | RWXmlStreamElement | |
findAttribute(const RWXmlName &name) const | RWXmlStreamElement | |
findElement(const RWXmlName &name) const | RWXmlStreamElement | |
findNamespaceURI(const RWCString &prefix) const | RWXmlStreamElement | |
findNextElement(const RWXmlName &name, const_iterator start) const | RWXmlStreamElement | |
getAttributes() const | RWXmlStreamElement | inline |
getElements() const | RWXmlStreamElement | inline |
getName() const | RWXmlStreamElement | inline |
getNamespaces() const | RWXmlStreamElement | inline |
getValue() const | RWXmlStreamElement | inline |
resolveNamespaces() | RWXmlStreamElement | |
RWXmlStreamElement(const std::list< std::pair< RWCString, RWXmlNamespace > > &namespaces) | RWXmlStreamElement | inline |
RWXmlStreamElement(const RWXmlName &name, const RWCString &value, const std::list< std::pair< RWCString, RWXmlNamespace > > &namespaces) | RWXmlStreamElement | |
RWXmlStreamElement(const RWXmlName &name, RWXmlStreamElement *element, const std::list< std::pair< RWCString, RWXmlNamespace > > &namespaces) | RWXmlStreamElement | |
RWXmlStreamElement(const RWXmlStreamElement &element) | RWXmlStreamElement | |
setName(const RWXmlName &name) | RWXmlStreamElement | inline |
setValue(const RWCString &value) | RWXmlStreamElement | inline |
setValue(const RWXmlStreamElement &element) | RWXmlStreamElement | inline |
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |