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 Map<String,Map<String,ElementMapping.Maker>> |
ElementMappingRegistry.fobjTable
Table mapping element names to the makers of objects
representing formatting objects.
|
protected HashMap<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(String namespaceURI,
String localName,
Locator locator)
Finds the Maker used to create node objects of a particular type
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,ElementMapping.Maker> |
ElementMapping.getTable()
Returns a HashMap of maker objects for this element mapping
|
Copyright © 2025 Apache Software Foundation. All rights reserved.