JUCE
Loading...
Searching...
No Matches
juce_XmlElement.h File Reference

Classes

class  XmlElement
 Used to build a tree of elements representing an XML document. More...
 
struct  XmlElement::TextFormat
 A struct containing options for formatting the text when representing an XML element as a string. More...
 

Macros

#define forEachXmlChildElement(parentXmlElement, childElementVariableName)
 DEPRECATED: A handy macro to make it easy to iterate all the child elements in an XmlElement.
 
#define forEachXmlChildElementWithTagName(parentXmlElement, childElementVariableName, requiredTagName)
 DEPRECATED: A macro that makes it easy to iterate all the child elements of an XmlElement which have a specified tag.