AFPElementMapping
, BatikExtensionElementMapping
, ExtensionElementMapping
, FOElementMapping
, InternalElementMapping
, OldExtensionElementMapping
, PCLElementMapping
, PDFElementMapping
, PSExtensionElementMapping
, RDFElementMapping
, SVGElementMapping
, XMPElementMapping
public abstract class ElementMapping
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ElementMapping.Maker |
Base class for all Makers.
|
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
DEFAULT |
constant for defining the default value
|
protected java.util.HashMap<java.lang.String,ElementMapping.Maker> |
foObjs |
The HashMap table of formatting objects defined by the ElementMapping
|
protected java.lang.String |
namespaceURI |
The namespace for the ElementMapping
|
Constructor | Description |
---|---|
ElementMapping() |
Modifier and Type | Method | 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<java.lang.String,ElementMapping.Maker> |
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(org.apache.xmlgraphics.util.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<java.lang.String,ElementMapping.Maker> foObjs
protected java.lang.String namespaceURI
public java.util.HashMap<java.lang.String,ElementMapping.Maker> 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(org.apache.xmlgraphics.util.QName attributeName)
attributeName
- the attribute nameprotected abstract void initialize()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.