Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
UnknownXMLObj.Maker
Inner class for an UnknownXMLObj Maker
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,ElementMapping.Maker>> |
ElementMappingRegistry.fobjTable
Table mapping element names to the makers of objects
representing formatting objects.
|
protected java.util.HashMap<java.lang.String,ElementMapping.Maker> |
ElementMapping.foObjs
The HashMap table of formatting objects defined by the ElementMapping
|
Modifier and Type | Method and Description |
---|---|
ElementMapping.Maker |
ElementMappingRegistry.findFOMaker(java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Locator locator)
Finds the Maker used to create node objects of a particular type
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,ElementMapping.Maker> |
ElementMapping.getTable()
Returns a HashMap of maker objects for this element mapping
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.