JUCE
XmlElement Member List

This is the complete list of members for XmlElement, including all inherited members.

addChildElement(XmlElement *newChildElement) noexceptXmlElement
addTextElement(const String &text)XmlElement
compareAttribute(StringRef attributeName, StringRef stringToCompareAgainst, bool ignoreCase=false) const noexceptXmlElement
containsChildElement(const XmlElement *possibleChild) const noexceptXmlElement
createDocument(StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const XmlElement
createNewChildElement(StringRef tagName)XmlElement
createTextElement(const String &text)XmlElementstatic
deleteAllChildElements() noexceptXmlElement
deleteAllChildElementsWithTagName(StringRef tagName) noexceptXmlElement
deleteAllTextElements() noexceptXmlElement
findParentElementOf(const XmlElement *childToSearchFor) noexceptXmlElement
getAllSubText() const XmlElement
getAttributeName(int attributeIndex) const noexceptXmlElement
getAttributeValue(int attributeIndex) const noexceptXmlElement
getBoolAttribute(StringRef attributeName, bool defaultReturnValue=false) const XmlElement
getChildByAttribute(StringRef attributeName, StringRef attributeValue) const noexceptXmlElement
getChildByName(StringRef tagNameToLookFor) const noexceptXmlElement
getChildElement(int index) const noexceptXmlElement
getChildElementAllSubText(StringRef childTagName, const String &defaultReturnValue) const XmlElement
getDoubleAttribute(StringRef attributeName, double defaultReturnValue=0.0) const XmlElement
getFirstChildElement() const noexceptXmlElement
getIntAttribute(StringRef attributeName, int defaultReturnValue=0) const XmlElement
getNamespace() const XmlElement
getNextElement() const noexceptXmlElement
getNextElementWithTagName(StringRef requiredTagName) const XmlElement
getNumAttributes() const noexceptXmlElement
getNumChildElements() const noexceptXmlElement
getStringAttribute(StringRef attributeName) const noexceptXmlElement
getStringAttribute(StringRef attributeName, const String &defaultReturnValue) const XmlElement
getTagName() const noexceptXmlElement
getTagNameWithoutNamespace() const XmlElement
getText() const noexceptXmlElement
hasAttribute(StringRef attributeName) const noexceptXmlElement
hasTagName(StringRef possibleTagName) const noexceptXmlElement
hasTagNameIgnoringNamespace(StringRef possibleTagName) const XmlElement
insertChildElement(XmlElement *newChildElement, int indexToInsertAt) noexceptXmlElement
isEquivalentTo(const XmlElement *other, bool ignoreOrderOfAttributes) const noexceptXmlElement
isTextElement() const noexceptXmlElement
isValidXmlName(StringRef possibleName) noexceptXmlElementstatic
operator=(const XmlElement &)XmlElement
operator=(XmlElement &&) noexceptXmlElement
prependChildElement(XmlElement *newChildElement) noexceptXmlElement
removeAllAttributes() noexceptXmlElement
removeAttribute(const Identifier &attributeName) noexceptXmlElement
removeChildElement(XmlElement *childToRemove, bool shouldDeleteTheChild) noexceptXmlElement
replaceChildElement(XmlElement *currentChildElement, XmlElement *newChildNode) noexceptXmlElement
setAttribute(const Identifier &attributeName, const String &newValue)XmlElement
setAttribute(const Identifier &attributeName, int newValue)XmlElement
setAttribute(const Identifier &attributeName, double newValue)XmlElement
setText(const String &newText)XmlElement
sortChildElements(ElementComparator &comparator, bool retainOrderOfEquivalentItems=false)XmlElement
writeToFile(const File &destinationFile, StringRef dtdToUse, StringRef encodingType="UTF-8", int lineWrapLength=60) const XmlElement
writeToStream(OutputStream &output, StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const XmlElement
XmlElement(const String &tagName)XmlElementexplicit
XmlElement(const char *tagName)XmlElementexplicit
XmlElement(const Identifier &tagName)XmlElementexplicit
XmlElement(StringRef tagName)XmlElementexplicit
XmlElement(String::CharPointerType tagNameBegin, String::CharPointerType tagNameEnd)XmlElement
XmlElement(const XmlElement &)XmlElement
XmlElement(XmlElement &&) noexceptXmlElement
~XmlElement() noexceptXmlElement