Interface IXmlNode<N extends IXmlNode<N>>
- Type Parameters:
N- is the type of aIXmlNode.
- All Superinterfaces:
IFluentMutableOptionalNameHolder<N>, IOptionalNameHolder, IOptionalValueHolder<String>
- All Known Subinterfaces:
IMutableXmlNode
- All Known Implementing Classes:
MutableXmlNode
public interface IXmlNode<N extends IXmlNode<N>>
extends IFluentMutableOptionalNameHolder<N>, IOptionalValueHolder<String>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanMethods inherited from interface IFluentMutableOptionalNameHolder
removeName, setNameMethods inherited from interface IOptionalNameHolder
getName, getNameInQuotes, hasName, hasNameMethods inherited from interface IOptionalValueHolder
getStoredValue, hasValue
-
Method Details
-
getAttributes
IContainer<IXmlAttribute> getAttributes() -
containsAttributes
boolean containsAttributes() -
containsChildNodes
boolean containsChildNodes() -
getStoredChildNodes
IContainer<N> getStoredChildNodes() -
hasMixedContent
boolean hasMixedContent()
-