LMMS
Loading...
Searching...
No Matches
water::XmlElement Member List

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

addChildElement(XmlElement *newChildElement) noexceptwater::XmlElement
addTextElement(const String &text)water::XmlElement
attributeswater::XmlElementprivate
compareAttribute(StringRef attributeName, StringRef stringToCompareAgainst, bool ignoreCase=false) const noexceptwater::XmlElement
containsChildElement(const XmlElement *possibleChild) const noexceptwater::XmlElement
copyChildrenAndAttributesFrom(const XmlElement &)water::XmlElementprivate
createDocument(StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) constwater::XmlElement
createNewChildElement(StringRef tagName)water::XmlElement
createTextElement(const String &text)water::XmlElementstatic
deleteAllChildElements() noexceptwater::XmlElement
deleteAllChildElementsWithTagName(StringRef tagName) noexceptwater::XmlElement
deleteAllTextElements() noexceptwater::XmlElement
findParentElementOf(const XmlElement *childToSearchFor) noexceptwater::XmlElement
firstChildElementwater::XmlElementprivate
getAllSubText() constwater::XmlElement
getAttribute(StringRef) const noexceptwater::XmlElementprivate
getAttributeName(int attributeIndex) const noexceptwater::XmlElement
getAttributeValue(int attributeIndex) const noexceptwater::XmlElement
getBoolAttribute(StringRef attributeName, bool defaultReturnValue=false) constwater::XmlElement
getChildByAttribute(StringRef attributeName, StringRef attributeValue) const noexceptwater::XmlElement
getChildByName(StringRef tagNameToLookFor) const noexceptwater::XmlElement
getChildElement(int index) const noexceptwater::XmlElement
getChildElementAllSubText(StringRef childTagName, const String &defaultReturnValue) constwater::XmlElement
getChildElementsAsArray(XmlElement **) const noexceptwater::XmlElementprivate
getDoubleAttribute(StringRef attributeName, double defaultReturnValue=0.0) constwater::XmlElement
getFirstChildElement() const noexceptwater::XmlElementinline
getIntAttribute(StringRef attributeName, int defaultReturnValue=0) constwater::XmlElement
getNamespace() constwater::XmlElement
getNextElement() const noexceptwater::XmlElementinline
getNextElementWithTagName(StringRef requiredTagName) constwater::XmlElement
getNumAttributes() const noexceptwater::XmlElement
getNumChildElements() const noexceptwater::XmlElement
getStringAttribute(StringRef attributeName) const noexceptwater::XmlElement
getStringAttribute(StringRef attributeName, const String &defaultReturnValue) constwater::XmlElement
getTagName() const noexceptwater::XmlElementinline
getTagNameWithoutNamespace() constwater::XmlElement
getText() const noexceptwater::XmlElement
hasAttribute(StringRef attributeName) const noexceptwater::XmlElement
hasTagName(StringRef possibleTagName) const noexceptwater::XmlElement
hasTagNameIgnoringNamespace(StringRef possibleTagName) constwater::XmlElement
insertChildElement(XmlElement *newChildElement, int indexToInsertAt) noexceptwater::XmlElement
isEquivalentTo(const XmlElement *other, bool ignoreOrderOfAttributes) const noexceptwater::XmlElement
isTextElement() const noexceptwater::XmlElement
isValidXmlName(StringRef possibleName) noexceptwater::XmlElementstatic
LinkedListPointer< XmlAttributeNode > classwater::XmlElementfriend
LinkedListPointer< XmlElement > classwater::XmlElementfriend
LinkedListPointer< XmlElement >::Appender classwater::XmlElementfriend
NamedValueSet classwater::XmlElementfriend
nextListItemwater::XmlElementprivate
operator=(const XmlElement &)water::XmlElement
prependChildElement(XmlElement *newChildElement) noexceptwater::XmlElement
removeAllAttributes() noexceptwater::XmlElement
removeAttribute(const Identifier &attributeName) noexceptwater::XmlElement
removeChildElement(XmlElement *childToRemove, bool shouldDeleteTheChild) noexceptwater::XmlElement
reorderChildElements(XmlElement **, int) noexceptwater::XmlElementprivate
replaceChildElement(XmlElement *currentChildElement, XmlElement *newChildNode) noexceptwater::XmlElement
setAttribute(const Identifier &attributeName, const String &newValue)water::XmlElement
setAttribute(const Identifier &attributeName, int newValue)water::XmlElement
setAttribute(const Identifier &attributeName, double newValue)water::XmlElement
setText(const String &newText)water::XmlElement
tagNamewater::XmlElementprivate
writeElementAsText(OutputStream &, int indentationLevel, int lineWrapLength) constwater::XmlElementprivate
writeToStream(OutputStream &output, StringRef dtdToUse, bool allOnOneLine=false, bool includeXmlHeader=true, StringRef encodingType="UTF-8", int lineWrapLength=60) constwater::XmlElement
XmlDocument classwater::XmlElementfriend
XmlElement(const String &tagName)water::XmlElementexplicit
XmlElement(const char *tagName)water::XmlElementexplicit
XmlElement(const Identifier &tagName)water::XmlElementexplicit
XmlElement(StringRef tagName)water::XmlElementexplicit
XmlElement(CharPointer_UTF8 tagNameBegin, CharPointer_UTF8 tagNameEnd)water::XmlElement
XmlElement(const XmlElement &)water::XmlElement
XmlElement(int) noexceptwater::XmlElementprivate
~XmlElement() noexceptwater::XmlElement