Class BDXR1NamespaceContext
java.lang.Object
com.helger.xml.namespace.AbstractNamespaceContext
com.helger.xml.namespace.MapBasedNamespaceContext
com.helger.smpclient.bdxr1.marshal.BDXR1NamespaceContext
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>,com.helger.xml.namespace.IIterableNamespaceContext,NamespaceContext
@Singleton
public class BDXR1NamespaceContext
extends com.helger.xml.namespace.MapBasedNamespaceContext
The default namespace context for OASIS BDXR SMP v1.0.
- Since:
- 8.0.5
- 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
-
BDXR1NamespaceContext
Deprecated.Since 8.7.3. UsegetInstance()instead.Deprecated constructor.
-
-
Method Details
-
getInstance
-