Package ch.nolix.coreapi.document.xml
Schnittstelle IXmlNode<N extends IXmlNode<N>>
- Alle Superschnittstellen:
IFluentMutableOptionalNameHolder<N>,IOptionalNameHolder,IOptionalValueHolder<String>
- Alle bekannten Unterschnittstellen:
IMutableXmlNode
- Alle bekannten Implementierungsklassen:
MutableXmlNode
public interface IXmlNode<N extends IXmlNode<N>>
extends IFluentMutableOptionalNameHolder<N>, IOptionalValueHolder<String>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutableoptionalattribute.IFluentMutableOptionalNameHolder
removeName, setNameVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalNameHolder
getName, getNameInQuotes, hasName, hasNameVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalValueHolder
getValue, hasValue
-
Methodendetails
-
getAttributes
IContainer<IXmlAttribute> getAttributes() -
containsAttributes
boolean containsAttributes() -
containsChildNodes
boolean containsChildNodes() -
getStoredChildNodes
IContainer<N> getStoredChildNodes() -
hasMixedContent
boolean hasMixedContent()
-