|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.ElementMapping
org.apache.fop.fo.extensions.InternalElementMapping
public class InternalElementMapping
Element mapping for FOP's internal extension to XSL-FO.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.ElementMapping |
---|
ElementMapping.Maker |
Field Summary | |
---|---|
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 |
Fields inherited from class org.apache.fop.fo.ElementMapping |
---|
DEFAULT, foObjs, namespaceURI |
Constructor Summary | |
---|---|
InternalElementMapping()
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.fop.fo.ElementMapping |
---|
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public InternalElementMapping()
Method Detail |
---|
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 name
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |