Home
last modified time | relevance | path

Searched refs:PR_X_XML_BASE (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DURIProperty.java31 import static org.apache.fop.fo.Constants.PR_X_XML_BASE;
124 URIProperty xmlBase = (URIProperty)propertyList.get(PR_X_XML_BASE, true, false); in make()
127 if (this.propId == PR_X_XML_BASE) { in make()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java778 int PR_X_XML_BASE = 274; field
H A DFOPropertyMapping.java3063 m = new URIProperty.Maker(PR_X_XML_BASE); in createShorthandProperties()