public class DocumentModelMapperBase
extends java.lang.Object
Base implementation for custom marshaller/unmarshallers to any document model representation. This class just provides a few basic operations that are used by the representation-specific subclasses.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
XML_NAMESPACE
Fixed XML namespace.
|
static java.lang.String |
XMLNS_NAMESPACE
Fixed XML namespace namespace.
|
Constructor and Description |
---|
DocumentModelMapperBase() |
public static final java.lang.String XML_NAMESPACE
public static final java.lang.String XMLNS_NAMESPACE