Uses of Interface
com.helger.xml.namespace.IIterableNamespaceContext
-
Packages that use IIterableNamespaceContext Package Description com.helger.xml.namespace -
-
Uses of IIterableNamespaceContext in com.helger.xml.namespace
Classes in com.helger.xml.namespace that implement IIterableNamespaceContext Modifier and Type Class Description classAbstractNamespaceContextRepresents an abstract namespace context that does the predefined mapping as stated in the Javadoc.classMapBasedNamespaceContextRepresents a namespace context a 1:n (namespace:prefix) mapping.classSingleElementNamespaceContextRepresents a namespace context having exactly 1 item.Methods in com.helger.xml.namespace with parameters of type IIterableNamespaceContext Modifier and Type Method Description MapBasedNamespaceContextMapBasedNamespaceContext. addMappings(IIterableNamespaceContext aOther)MapBasedNamespaceContextMapBasedNamespaceContext. setMappings(IIterableNamespaceContext aOther)Constructors in com.helger.xml.namespace with parameters of type IIterableNamespaceContext Constructor Description MapBasedNamespaceContext(IIterableNamespaceContext aOther)Constructor to copy from anotherIIterableNamespaceContext
-