Uses of Interface
com.helger.xml.namespace.INamespaceContext
-
Packages that use INamespaceContext Package Description com.helger.xml.namespace com.helger.xml.serialize.write -
-
Uses of INamespaceContext in com.helger.xml.namespace
Subinterfaces of INamespaceContext in com.helger.xml.namespace Modifier and Type Interface Description interfaceIIterableNamespaceContextA special namespace context interface that allows the iteration of the contained mappings.Classes in com.helger.xml.namespace that implement INamespaceContext 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. -
Uses of INamespaceContext in com.helger.xml.serialize.write
Methods in com.helger.xml.serialize.write that return INamespaceContext Modifier and Type Method Description INamespaceContextIXMLWriterSettings. getNamespaceContext()INamespaceContextXMLWriterSettings. getNamespaceContext()Methods in com.helger.xml.serialize.write with parameters of type INamespaceContext Modifier and Type Method Description XMLWriterSettingsXMLWriterSettings. setNamespaceContext(INamespaceContext aNamespaceContext)Set the namespace context to be used.
-