]> source.dussan.org Git - xmlgraphics-fop.git/commit
Removed Unknown.java; for mappings in which it is desired to process invalid nodes...
authorGlen Mazza <gmazza@apache.org>
Fri, 17 Sep 2004 21:27:36 +0000 (21:27 +0000)
committerGlen Mazza <gmazza@apache.org>
Fri, 17 Sep 2004 21:27:36 +0000 (21:27 +0000)
commitfa2c36bbe2e26b29b523fea11c90c56657417d30
treed8986a926dc118d1e0355face56d9f825eb2d318
parentaf51943fcae8f639dabfc3ada3bafaf62bab3ec1
Removed Unknown.java; for mappings in which it is desired to process invalid nodes, such as "svg:retc" or "svg:rekt" for svg:rect, the DEFAULT mapping option is already provided within an ElementMapping.  Removing Unknown gives the ElementMapping implementor the option of halting FOP processing and returning an error for such cases instead.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197951 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FOTreeBuilder.java
src/java/org/apache/fop/fo/Unknown.java [deleted file]