Interface IMutableXmlNode
- All Superinterfaces:
IFluentMutableOptionalNameHolder<IMutableXmlNode>, IFluentMutableOptionalValueHolder<IMutableXmlNode, String>, IOptionalNameHolder, IOptionalValueHolder<String>, IXmlNode<IMutableXmlNode>
- All Known Implementing Classes:
MutableXmlNode
public interface IMutableXmlNode
extends IFluentMutableOptionalValueHolder<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 IFluentMutableOptionalNameHolder
removeName, setNameMethods inherited from interface IFluentMutableOptionalValueHolder
removeValue, setValueMethods inherited from interface IOptionalNameHolder
getName, getNameInQuotes, hasName, hasNameMethods inherited from interface IOptionalValueHolder
getStoredValue, hasValueMethods inherited from interface IXmlNode
containsAttributes, containsChildNodes, getAttributes, getStoredChildNodes, hasMixedContent
-
Method Details
-
addAttribute
-
addAttributes
-
addAttributes
-
addAttributeWithNameAndValue
-
addChildNode
-
addChildNodes
-
addChildNodes
-