Package ch.nolix.coreapi.document.xml
Schnittstelle IMutableXmlNode
- Alle Superschnittstellen:
IFluentMutableOptionalNameHolder<IMutableXmlNode>,IFluentMutableOptionalValueHolder<IMutableXmlNode,,String> IOptionalNameHolder,IOptionalValueHolder<String>,IXmlNode<IMutableXmlNode>
- Alle bekannten Implementierungsklassen:
MutableXmlNode
public interface IMutableXmlNode
extends IFluentMutableOptionalValueHolder<IMutableXmlNode,String>, IXmlNode<IMutableXmlNode>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddAttribute(IXmlAttribute attribute) addAttributes(IXmlAttribute attribute, IXmlAttribute... attributes) addAttributeWithNameAndValue(String name, String value) addChildNode(IMutableXmlNode childNode) addChildNodes(IMutableXmlNode childNode, IMutableXmlNode... childNodes) Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutableoptionalattribute.IFluentMutableOptionalNameHolder
removeName, setNameVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutableoptionalattribute.IFluentMutableOptionalValueHolder
removeValue, setValueVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalNameHolder
getName, getNameInQuotes, hasName, hasNameVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalValueHolder
getValue, hasValueVon Schnittstelle geerbte Methoden ch.nolix.coreapi.document.xml.IXmlNode
containsAttributes, containsChildNodes, getAttributes, getStoredChildNodes, hasMixedContent
-
Methodendetails
-
addAttribute
-
addAttributes
-
addAttributeWithNameAndValue
-
addChildNode
-
addChildNodes
-