Interface IXmlNode<N extends IXmlNode<N>>

Type Parameters:
N - is the type of a IXmlNode.
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 Details

    • getAttributes

      IContainer<IXmlAttribute> getAttributes()
    • containsAttributes

      boolean containsAttributes()
    • containsChildNodes

      boolean containsChildNodes()
    • getStoredChildNodes

      IContainer<N> getStoredChildNodes()
    • hasMixedContent

      boolean hasMixedContent()