public abstract class ElementMapping
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ElementMapping.Maker
Base class for all Makers.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT
constant for defining the default value
|
protected java.util.HashMap |
foObjs
The HashMap table of formatting objects defined by the ElementMapping
|
protected java.lang.String |
namespaceURI
The namespace for the ElementMapping
|
Constructor and Description |
---|
ElementMapping() |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.DOMImplementation |
getDefaultDOMImplementation() |
org.w3c.dom.DOMImplementation |
getDOMImplementation()
Returns the DOMImplementation used by this ElementMapping.
|
java.lang.String |
getNamespaceURI()
Returns the namespace URI for this element mapping
|
java.lang.String |
getStandardPrefix() |
java.util.HashMap |
getTable()
Returns a HashMap of maker objects for this element mapping
|
protected abstract void |
initialize()
Initializes the set of maker objects associated with this ElementMapping
|
boolean |
isAttributeProperty(QName attributeName)
Indicates whether a particular attribute of the namespace is a property, i.e.
|
public static final java.lang.String DEFAULT
protected java.util.HashMap foObjs
protected java.lang.String namespaceURI
public java.util.HashMap getTable()
public java.lang.String getNamespaceURI()
public org.w3c.dom.DOMImplementation getDOMImplementation()
public static org.w3c.dom.DOMImplementation getDefaultDOMImplementation()
public java.lang.String getStandardPrefix()
public boolean isAttributeProperty(QName attributeName)
attributeName
- the attribute nameprotected abstract void initialize()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.