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