Beispiel #1
0
 protected final void _forceChildOutput() throws XMLStreamException {
   SMOutputtable child = _firstChild;
   _firstChild = null;
   _lastChild = null;
   for (; child != null; child = child._next) {
     child._forceOutput(_context);
   }
 }