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.attributeapi.fluentmutableoptionalattributeapi.IFluentMutableOptionalNameHolder
removeName, setName
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.fluentmutableoptionalattributeapi.IFluentMutableOptionalValueHolder
removeValue, setValue
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalNameHolder
getName, getNameInQuotes, hasName, hasName
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalValueHolder
getValue, hasValue
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.documentapi.xmlapi.IXmlNode
containsAttributes, containsChildNodes, getAttributes, getStoredChildNodes, hasMixedContent
-
Methodendetails
-
addAttribute
-
addAttributes
-
addAttributeWithNameAndValue
-
addChildNode
-
addChildNodes
-