858687888990919293
*/ protected void doneParsing() throws SAXException { for (int i = 0; i < childs.size(); i++) { final ElementReadHandler handler = (ElementReadHandler) childs.get(i); pageLayout.addNode(handler.getElement()); } }
protected void doneParsing() throws SAXException { for (int i = 0; i < childs.size(); i++) { final ElementReadHandler handler = (ElementReadHandler) childs.get(i); rawSection.addNode(handler.getElement()); } }
919293949596979899100
protected void doneParsing() throws SAXException { for (int i = 0; i < otherHandlers.size(); i++) { final ElementReadHandler handler = (ElementReadHandler) otherHandlers.get(i); masterPage.addNode(handler.getElement()); } }
868788899091929394
*/ protected void doneParsing() throws SAXException { for (int i = 0; i < childs.size(); i++) { final ElementReadHandler handler = (ElementReadHandler) childs.get(i); officeStyle.addNode(handler.getElement()); } }