
Public Member Functions | |
| XmlAttributeNode (const XmlAttributeNode &) noexcept | |
| XmlAttributeNode (const Identifier &, const String &) noexcept | |
| XmlAttributeNode (String::CharPointerType, String::CharPointerType) | |
Public Attributes | |
| Identifier | name |
| LinkedListPointer< XmlAttributeNode > | nextListItem |
| String | value |
Private Member Functions | |
| XmlAttributeNode & | operator= (const XmlAttributeNode &) JUCE_DELETED_FUNCTION |
|
noexcept |
|
noexcept |
| XmlElement::XmlAttributeNode::XmlAttributeNode | ( | String::CharPointerType | , |
| String::CharPointerType | |||
| ) |
|
private |
| Identifier XmlElement::XmlAttributeNode::name |
| LinkedListPointer<XmlAttributeNode> XmlElement::XmlAttributeNode::nextListItem |
| String XmlElement::XmlAttributeNode::value |