Interface IMutableXmlNode
- All Superinterfaces:
FluentMutableOptionalNameHolder<IMutableXmlNode>, IXmlNode<IMutableXmlNode>, OptionalNameHolder
- All Known Implementing Classes:
MutableXmlNode
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionaddAttribute(IXmlAttribute attribute) addAttributes(IXmlAttribute... attributes) addAttributes(Iterable<IXmlAttribute> attributes) addAttributeWithNameAndValue(String name, String value) addChildNode(IMutableXmlNode childNode) addChildNodes(IMutableXmlNode... childNodes) addChildNodes(Iterable<IMutableXmlNode> childNodes) voidMethods inherited from interface FluentMutableOptionalNameHolder
removeName, setNameMethods inherited from interface IXmlNode
containsAttributes, containsChildNodes, getAttributes, getStoredChildNodes, getValue, hasMixedContent, hasValueMethods inherited from interface OptionalNameHolder
getName, getNameInSingleQuotes, hasName, hasName
-
Method Details
-
addAttribute
-
addAttributes
-
addAttributes
-
addAttributeWithNameAndValue
-
addChildNode
-
addChildNodes
-
addChildNodes
-
removeValue
void removeValue() -
setValue
-