public class InternalElementMapping extends ElementMapping
ElementMapping.Maker
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCOPE |
static java.lang.String |
STANDARD_PREFIX
The standard XML prefix for elements and attributes in this namespace.
|
static java.lang.String |
STRUCT_ID
The "struct-id" attribute, to identify a structure tree element.
|
static java.lang.String |
STRUCT_REF
The "struct-ref" attribute, to refer to a structure tree element.
|
static java.lang.String |
URI
The FOP extension namespace URI
|
DEFAULT, foObjs, namespaceURI
Constructor and Description |
---|
InternalElementMapping()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStandardPrefix() |
protected void |
initialize()
Initialize the data structures.
|
boolean |
isAttributeProperty(org.apache.xmlgraphics.util.QName attributeName)
Indicates whether a particular attribute of the namespace is a property, i.e.
|
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getTable
public static final java.lang.String URI
public static final java.lang.String STANDARD_PREFIX
public static final java.lang.String STRUCT_ID
public static final java.lang.String STRUCT_REF
public static final java.lang.String SCOPE
protected void initialize()
initialize
in class ElementMapping
public java.lang.String getStandardPrefix()
getStandardPrefix
in class ElementMapping
public boolean isAttributeProperty(org.apache.xmlgraphics.util.QName attributeName)
isAttributeProperty
in class ElementMapping
attributeName
- the attribute nameCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.