OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::XmlElement Member List

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

addChildElement(XmlElement *newChildElement) noexceptjuce::XmlElement
addTextElement(const String &text)juce::XmlElement
compareAttribute(StringRef attributeName, StringRef stringToCompareAgainst, bool ignoreCase=false) const noexceptjuce::XmlElement
containsChildElement(const XmlElement *possibleChild) const noexceptjuce::XmlElement
createNewChildElement(StringRef tagName)juce::XmlElement
createTextElement(const String &text)juce::XmlElementstatic
deleteAllChildElements() noexceptjuce::XmlElement
deleteAllChildElementsWithTagName(StringRef tagName) noexceptjuce::XmlElement
deleteAllTextElements() noexceptjuce::XmlElement
findParentElementOf(const XmlElement *childToSearchFor) noexceptjuce::XmlElement
getAllSubText() constjuce::XmlElement
getAttributeName(int attributeIndex) const noexceptjuce::XmlElement
getAttributeValue(int attributeIndex) const noexceptjuce::XmlElement
getBoolAttribute(StringRef attributeName, bool defaultReturnValue=false) constjuce::XmlElement
getChildByAttribute(StringRef attributeName, StringRef attributeValue) const noexceptjuce::XmlElement
getChildByName(StringRef tagNameToLookFor) const noexceptjuce::XmlElement
getChildElement(int index) const noexceptjuce::XmlElement
getChildElementAllSubText(StringRef childTagName, const String &defaultReturnValue) constjuce::XmlElement
getDoubleAttribute(StringRef attributeName, double defaultReturnValue=0.0) constjuce::XmlElement
getFirstChildElement() const noexceptjuce::XmlElementinline
getIntAttribute(StringRef attributeName, int defaultReturnValue=0) constjuce::XmlElement
getNamespace() constjuce::XmlElement
getNextElement() const noexceptjuce::XmlElementinline
getNextElementWithTagName(StringRef requiredTagName) constjuce::XmlElement
getNumAttributes() const noexceptjuce::XmlElement
getNumChildElements() const noexceptjuce::XmlElement
getStringAttribute(StringRef attributeName) const noexceptjuce::XmlElement
getStringAttribute(StringRef attributeName, const String &defaultReturnValue) constjuce::XmlElement
getTagName() const noexceptjuce::XmlElementinline
getTagNameWithoutNamespace() constjuce::XmlElement
getText() const noexceptjuce::XmlElement
hasAttribute(StringRef attributeName) const noexceptjuce::XmlElement
hasTagName(StringRef possibleTagName) const noexceptjuce::XmlElement
hasTagNameIgnoringNamespace(StringRef possibleTagName) constjuce::XmlElement
insertChildElement(XmlElement *newChildElement, int indexToInsertAt) noexceptjuce::XmlElement
isEquivalentTo(const XmlElement *other, bool ignoreOrderOfAttributes) const noexceptjuce::XmlElement
isTextElement() const noexceptjuce::XmlElement
isValidXmlName(StringRef possibleName) noexceptjuce::XmlElementstatic
JUCE_DEPRECATED(String createDocument(StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const)juce::XmlElement
JUCE_DEPRECATED(void writeToStream(OutputStream &output, StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) const)juce::XmlElement
JUCE_DEPRECATED(bool writeToFile(const File &destinationFile, StringRef dtdToUse, StringRef encodingType="UTF-8", int lineWrapLength=60) const)juce::XmlElement
operator=(const XmlElement &)juce::XmlElement
operator=(XmlElement &&) noexceptjuce::XmlElement
prependChildElement(XmlElement *newChildElement) noexceptjuce::XmlElement
removeAllAttributes() noexceptjuce::XmlElement
removeAttribute(const Identifier &attributeName) noexceptjuce::XmlElement
removeChildElement(XmlElement *childToRemove, bool shouldDeleteTheChild) noexceptjuce::XmlElement
replaceChildElement(XmlElement *currentChildElement, XmlElement *newChildNode) noexceptjuce::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::XmlElementinline
toString(const TextFormat &format={}) constjuce::XmlElement
writeTo(OutputStream &output, const TextFormat &format={}) constjuce::XmlElement
writeTo(const File &destinationFile, const TextFormat &format={}) constjuce::XmlElement
XmlElement(const String &tagName)juce::XmlElementexplicit
XmlElement(const char *tagName)juce::XmlElementexplicit
XmlElement(const Identifier &tagName)juce::XmlElementexplicit
XmlElement(StringRef tagName)juce::XmlElementexplicit
XmlElement(String::CharPointerType tagNameBegin, String::CharPointerType tagNameEnd)juce::XmlElement
XmlElement(const XmlElement &)juce::XmlElement
XmlElement(XmlElement &&) noexceptjuce::XmlElement
~XmlElement() noexceptjuce::XmlElement