]> source.dussan.org Git - xmlgraphics-fop.git/commit
Streamlining/Correction of the changes made in r603926
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 16 Dec 2007 19:54:00 +0000 (19:54 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 16 Dec 2007 19:54:00 +0000 (19:54 +0000)
commit4f9fc957bdb3b4a1ecf9af8f6ed9aabf238a5022
tree37de3df89cdb0b9ae69de64d284eee032cd9e4d9
parent63bca7dc46c4baada7994f1b0541d4a090194a4a
Streamlining/Correction of the changes made in r603926
- delegate validation of the fo:wrapper's children to the parent: added static FONode.validateChildNode()
- narrow the condition for processing text-childnodes:
  this is not only constrained to fo:flow and fo:static-content, but the same goes
  for a fo:wrapper that is a direct descendant of a fo:block-container or fo:inline-container,
  which only allow block-level content (interpretation)
- minor javadoc fixups/improvements

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@604678 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/flow/Wrapper.java