Package com.helger.schematron.svrl
Class SVRLNamespaceContext
java.lang.Object
com.helger.xml.namespace.AbstractNamespaceContext
com.helger.xml.namespace.MapBasedNamespaceContext
com.helger.schematron.svrl.SVRLNamespaceContext
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>,com.helger.xml.namespace.IIterableNamespaceContext,NamespaceContext
@Singleton
public class SVRLNamespaceContext
extends com.helger.xml.namespace.MapBasedNamespaceContext
The namespace context to be used as the namespace prefix mapper.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
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, toStringMethods inherited from class com.helger.xml.namespace.AbstractNamespaceContext
getNamespaceURI, getPrefix, getPrefixes
-
Constructor Details
-
SVRLNamespaceContext
protected SVRLNamespaceContext()
-
-
Method Details
-
getInstance
-