Uses of Class
com.helger.xml.namespace.MapBasedNamespaceContext
-
Packages that use MapBasedNamespaceContext Package Description com.helger.xml.namespace -
-
Uses of MapBasedNamespaceContext in com.helger.xml.namespace
Methods in com.helger.xml.namespace that return MapBasedNamespaceContext Modifier and Type Method Description MapBasedNamespaceContextMapBasedNamespaceContext. addDefaultNamespaceURI(String sNamespaceURI)Add the default namespace URL, so the mapping to the default XML namespace prefix ("").MapBasedNamespaceContextMapBasedNamespaceContext. addMapping(String sPrefix, String sNamespaceURI)Add a new prefix to namespace mapping.MapBasedNamespaceContextMapBasedNamespaceContext. addMappings(IIterableNamespaceContext aOther)MapBasedNamespaceContextMapBasedNamespaceContext. addMappings(Map<String,String> aOther)MapBasedNamespaceContextMapBasedNamespaceContext. clear()MapBasedNamespaceContextMapBasedNamespaceContext. getClone()MapBasedNamespaceContextMapBasedNamespaceContext. removeMapping(String sPrefix)MapBasedNamespaceContextMapBasedNamespaceContext. setDefaultNamespaceURI(String sNamespaceURI)Set the default namespace URL, so the mapping to the default XML namespace prefix ("").MapBasedNamespaceContextMapBasedNamespaceContext. setMapping(String sPrefix, String sNamespaceURI)Add a new prefix to namespace mapping.MapBasedNamespaceContextMapBasedNamespaceContext. setMappings(IIterableNamespaceContext aOther)MapBasedNamespaceContextMapBasedNamespaceContext. setMappings(Map<String,String> aOther)Constructors in com.helger.xml.namespace with parameters of type MapBasedNamespaceContext Constructor Description MapBasedNamespaceContext(MapBasedNamespaceContext aOther)Copy constructor.
-