Package com.helger.regrep
Class RegRep4NamespaceContext
- java.lang.Object
-
- com.helger.xml.namespace.AbstractNamespaceContext
-
- com.helger.xml.namespace.MapBasedNamespaceContext
-
- com.helger.regrep.RegRep4NamespaceContext
-
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>,com.helger.xml.namespace.IIterableNamespaceContext,NamespaceContext
@Singleton public class RegRep4NamespaceContext extends com.helger.xml.namespace.MapBasedNamespaceContextThe namespace context to be used as the namespace prefix mapper.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegRep4NamespaceContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegRep4NamespaceContextgetInstance()-
Methods inherited from class com.helger.xml.namespace.MapBasedNamespaceContext
addDefaultNamespaceURI, addMapping, addMappings, addMappings, clear, equals, getClone, getCustomNamespaceURI, getCustomPrefix, getCustomPrefixes, getDefaultNamespaceURI, getMappingCount, getPrefixToNamespaceURIMap, hasAnyMapping, hashCode, isNamespaceURIMapped, isPrefixMapped, removeMapping, setDefaultNamespaceURI, setMapping, setMappings, setMappings, toString
-
-
-
-
Method Detail
-
getInstance
@Nonnull public static RegRep4NamespaceContext getInstance()
-
-