This is the complete list of members for juce::XmlElement, including all inherited members.
addChildElement(XmlElement *newChildElement) noexcept | juce::XmlElement | |
addTextElement(const String &text) | juce::XmlElement | |
attributes | juce::XmlElement | private |
compareAttribute(StringRef attributeName, StringRef stringToCompareAgainst, bool ignoreCase=false) const noexcept | juce::XmlElement | |
containsChildElement(const XmlElement *possibleChild) const noexcept | juce::XmlElement | |
copyChildrenAndAttributesFrom(const XmlElement &) | juce::XmlElement | private |
createNewChildElement(StringRef tagName) | juce::XmlElement | |
createTextElement(const String &text) | juce::XmlElement | static |
deleteAllChildElements() noexcept | juce::XmlElement | |
deleteAllChildElementsWithTagName(StringRef tagName) noexcept | juce::XmlElement | |
deleteAllTextElements() noexcept | juce::XmlElement | |
findParentElementOf(const XmlElement *childToSearchFor) noexcept | juce::XmlElement | |
firstChildElement | juce::XmlElement | private |
getAllSubText() const | juce::XmlElement | |
getAttribute(StringRef) const noexcept | juce::XmlElement | private |
getAttributeName(int attributeIndex) const noexcept | juce::XmlElement | |
getAttributeValue(int attributeIndex) const noexcept | juce::XmlElement | |
getBoolAttribute(StringRef attributeName, bool defaultReturnValue=false) const | juce::XmlElement | |
getChildByAttribute(StringRef attributeName, StringRef attributeValue) const noexcept | juce::XmlElement | |
getChildByName(StringRef tagNameToLookFor) const noexcept | juce::XmlElement | |
getChildElement(int index) const noexcept | juce::XmlElement | |
getChildElementAllSubText(StringRef childTagName, const String &defaultReturnValue) const | juce::XmlElement | |
getChildElementsAsArray(XmlElement **) const noexcept | juce::XmlElement | private |
getChildIterator() const | juce::XmlElement | inline |
getChildWithTagNameIterator(StringRef name) const | juce::XmlElement | inline |
getDoubleAttribute(StringRef attributeName, double defaultReturnValue=0.0) const | juce::XmlElement | |
getFirstChildElement() const noexcept | juce::XmlElement | inline |
getIntAttribute(StringRef attributeName, int defaultReturnValue=0) const | juce::XmlElement | |
getNamespace() const | juce::XmlElement | |
getNextElement() const noexcept | juce::XmlElement | inline |
getNextElementWithTagName(StringRef requiredTagName) const | juce::XmlElement | |
getNumAttributes() const noexcept | juce::XmlElement | |
getNumChildElements() const noexcept | juce::XmlElement | |
getStringAttribute(StringRef attributeName) const noexcept | juce::XmlElement | |
getStringAttribute(StringRef attributeName, const String &defaultReturnValue) const | juce::XmlElement | |
getTagName() const noexcept | juce::XmlElement | inline |
getTagNameWithoutNamespace() const | juce::XmlElement | |
getText() const noexcept | juce::XmlElement | |
hasAttribute(StringRef attributeName) const noexcept | juce::XmlElement | |
hasTagName(StringRef possibleTagName) const noexcept | juce::XmlElement | |
hasTagNameIgnoringNamespace(StringRef possibleTagName) const | juce::XmlElement | |
insertChildElement(XmlElement *newChildElement, int indexToInsertAt) noexcept | juce::XmlElement | |
isEquivalentTo(const XmlElement *other, bool ignoreOrderOfAttributes) const noexcept | juce::XmlElement | |
isTextElement() const noexcept | juce::XmlElement | |
isValidXmlName(StringRef possibleName) noexcept | juce::XmlElement | static |
LinkedListPointer< XmlAttributeNode > class | juce::XmlElement | friend |
LinkedListPointer< XmlElement > class | juce::XmlElement | friend |
LinkedListPointer< XmlElement >::Appender class | juce::XmlElement | friend |
NamedValueSet class | juce::XmlElement | friend |
nextListItem | juce::XmlElement | private |
operator=(const XmlElement &) | juce::XmlElement | |
operator=(XmlElement &&) noexcept | juce::XmlElement | |
prependChildElement(XmlElement *newChildElement) noexcept | juce::XmlElement | |
removeAllAttributes() noexcept | juce::XmlElement | |
removeAttribute(const Identifier &attributeName) noexcept | juce::XmlElement | |
removeChildElement(XmlElement *childToRemove, bool shouldDeleteTheChild) noexcept | juce::XmlElement | |
reorderChildElements(XmlElement **, int) noexcept | juce::XmlElement | private |
replaceChildElement(XmlElement *currentChildElement, XmlElement *newChildNode) noexcept | juce::XmlElement | |
setAttribute(const Identifier &attributeName, const String &newValue) | juce::XmlElement | |
setAttribute(const Identifier &attributeName, int newValue) | juce::XmlElement | |
setAttribute(const Identifier &attributeName, double newValue) | juce::XmlElement | |
setTagName(StringRef newTagName) | juce::XmlElement | |
setText(const String &newText) | juce::XmlElement | |
sortChildElements(ElementComparator &comparator, bool retainOrderOfEquivalentItems=false) | juce::XmlElement | inline |
tagName | juce::XmlElement | private |
toString(const TextFormat &format={}) const | juce::XmlElement | |
writeElementAsText(OutputStream &, int, int, const char *) const | juce::XmlElement | private |
writeTo(OutputStream &output, const TextFormat &format={}) const | juce::XmlElement | |
writeTo(const File &destinationFile, const TextFormat &format={}) const | juce::XmlElement | |
XmlDocument class | juce::XmlElement | friend |
XmlElement(const String &tagName) | juce::XmlElement | explicit |
XmlElement(const char *tagName) | juce::XmlElement | explicit |
XmlElement(const Identifier &tagName) | juce::XmlElement | explicit |
XmlElement(StringRef tagName) | juce::XmlElement | explicit |
XmlElement(String::CharPointerType tagNameBegin, String::CharPointerType tagNameEnd) | juce::XmlElement | |
XmlElement(const XmlElement &) | juce::XmlElement | |
XmlElement(XmlElement &&) noexcept | juce::XmlElement | |
XmlElement(int) noexcept | juce::XmlElement | private |
XmlElement(const wchar_t *)=delete | juce::XmlElement | private |
~XmlElement() noexcept | juce::XmlElement |