|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is supported by XML documents and elements which wish to interact with DOM construction during parsing of XML documents. The parse context which is provided allows elements to determine the URI of the document in which they are found, for interpreting relative URIs. It also supports providing application level diagnostics for faulty input.
When these methods are called, parent context is available for elements so that "inherited" attributes may be queried, as well as other information such as the types of any containing elements.
Method Summary | |
void |
doneChild(NodeEx newChild,
ParseContext context)
This is called when each child element has been fully constructed. |
void |
doneParse(ParseContext context)
This is called when the object has been fully parsed, sometime after startParse. |
void |
startParse(ParseContext context)
This is called before object children are parsed. |
Method Detail |
public void startParse(ParseContext context) throws SAXException
public void doneChild(NodeEx newChild, ParseContext context) throws SAXException
public void doneParse(ParseContext context) throws SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |