Class EbiNamespaceContext
java.lang.Object
com.helger.xml.namespace.AbstractNamespaceContext
com.helger.xml.namespace.MapBasedNamespaceContext
at.austriapro.ebinterface.ubl.from.EbiNamespaceContext
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>,com.helger.xml.namespace.IIterableNamespaceContext,NamespaceContext
public class EbiNamespaceContext
extends com.helger.xml.namespace.MapBasedNamespaceContext
A special map-based namespace context that maps XML prefixes to namespace
URLs.
- 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
-
EbiNamespaceContext
public EbiNamespaceContext()
-