|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseContext | |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
Uses of ParseContext in com.sun.xml.tree |
Methods in com.sun.xml.tree with parameters of type ParseContext | |
void |
XmlReadable.startParse(ParseContext context)
This is called before object children are parsed. |
void |
XmlReadable.doneChild(NodeEx newChild,
ParseContext context)
This is called when each child element has been fully constructed. |
void |
XmlReadable.doneParse(ParseContext context)
This is called when the object has been fully parsed, sometime after startParse. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |