|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.AFPForeignAttributeReader
public class AFPForeignAttributeReader
Parses any AFP foreign attributes
Field Summary | |
---|---|
static org.apache.xmlgraphics.util.QName |
RESOURCE_GROUP_FILE
the resource-group-file attribute |
static org.apache.xmlgraphics.util.QName |
RESOURCE_LEVEL
the resource-level attribute |
static org.apache.xmlgraphics.util.QName |
RESOURCE_NAME
the resource-name attribute |
Constructor Summary | |
---|---|
AFPForeignAttributeReader()
Main constructor |
Method Summary | |
---|---|
AFPResourceInfo |
getResourceInfo(java.util.Map foreignAttributes)
Returns the resource information |
AFPResourceLevel |
getResourceLevel(java.util.Map foreignAttributes)
Returns the resource level |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.xmlgraphics.util.QName RESOURCE_NAME
public static final org.apache.xmlgraphics.util.QName RESOURCE_LEVEL
public static final org.apache.xmlgraphics.util.QName RESOURCE_GROUP_FILE
Constructor Detail |
---|
public AFPForeignAttributeReader()
Method Detail |
---|
public AFPResourceInfo getResourceInfo(java.util.Map foreignAttributes)
foreignAttributes
- the foreign attributes
public AFPResourceLevel getResourceLevel(java.util.Map foreignAttributes)
foreignAttributes
- the foreign attributes
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |