{@inheritDoc}
(FONode parent, boolean removeChildren)
| 104 | |
| 105 | /** {@inheritDoc} */ |
| 106 | public FONode clone(FONode parent, boolean removeChildren) |
| 107 | throws FOPException { |
| 108 | FObj fobj = (FObj) super.clone(parent, removeChildren); |
| 109 | if (removeChildren) { |
| 110 | fobj.firstChild = null; |
| 111 | } |
| 112 | return fobj; |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Returns the PropertyMaker for a given property ID. |
no outgoing calls
no test coverage detected