Interface IMutableXmlNode
- All Superinterfaces:
FluentMutableOptionalNameHolder<IMutableXmlNode>, FluentMutableOptionalValueHolder<IMutableXmlNode, String>, IXmlNode<IMutableXmlNode>, OptionalNameHolder, OptionalValueHolder<String>
- All Known Implementing Classes:
MutableXmlNode
public interface IMutableXmlNode
extends FluentMutableOptionalValueHolder<IMutableXmlNode, String>, IXmlNode<IMutableXmlNode>
- 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) Methods inherited from interface FluentMutableOptionalNameHolder
removeName, setNameMethods inherited from interface FluentMutableOptionalValueHolder
removeValue, setValueMethods inherited from interface IXmlNode
containsAttributes, containsChildNodes, getAttributes, getStoredChildNodes, hasMixedContentMethods inherited from interface OptionalNameHolder
getName, getNameInSingleQuotes, hasName, hasNameMethods inherited from interface OptionalValueHolder
getStoredValue, hasValue
-
Method Details
-
addAttribute
-
addAttributes
-
addAttributes
-
addAttributeWithNameAndValue
-
addChildNode
-
addChildNodes
-
addChildNodes
-