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