Interface AnyxmlNode<V>

Type Parameters:
V - Value type, uniquely identifying the object model used for values
All Superinterfaces:
DataContainerChild, ForeignDataNode<V>, NormalizedData, NormalizedNode, PrettyTreeAware
All Known Subinterfaces:
DOMSourceAnyxmlNode

@Beta public non-sealed interface AnyxmlNode<V> extends ForeignDataNode<V>
A NormalizedNode holding the contents of an anyxml node in some object model. This interface is a common capture for all object model specializations.