|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SDXBuilderT needs a factory for DOM sub-trees that implements
this interface.
SDXBuilderT,
DefaultSDXHelperT| Method Summary | |
org.w3c.dom.Element |
endBuilding()
This method must be called after the dispatching of the last SAX event of the sequence that was used for building the current DOM sub-tree. |
org.xml.sax.ContentHandler |
getContentHandler()
Returns the SAX ContentHandler that should receive
the events between startBuilding() and
endBuilding(). |
org.xml.sax.ext.LexicalHandler |
getLexicalHandler()
Returns the SAX LexicalHandler that should receive
the events between startBuilding() and
endBuilding(). |
void |
startBuilding()
Prepares the helper for building a DOM sub-tree from SAX events. |
| Method Detail |
public void startBuilding()
throws org.xml.sax.SAXException
ContentHandler and
LexicalHandler with SAX events. Then,
the endBuilding() method must be called in order
to obtain the root of the created DOM sub-tree.
org.xml.sax.SAXException - If an error must be signaled
public org.w3c.dom.Element endBuilding()
throws org.xml.sax.SAXException
startBuilding(), which will mark the beginning of the
construction of another DOM sub-tree.
org.xml.sax.SAXException - If an error must be signaledpublic org.xml.sax.ContentHandler getContentHandler()
ContentHandler that should receive
the events between startBuilding() and
endBuilding().
ContentHandler of this helperpublic org.xml.sax.ext.LexicalHandler getLexicalHandler()
LexicalHandler that should receive
the events between startBuilding() and
endBuilding().
LexicalHandler of this helper
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||