Visits a W3C DOM tree and generates SAX2 events from it.
This class is just intended to be used by
AbstractUnmarshallerImpl .
The javax.xml.bind.helpers package is generally a wrong place to put
classes like this.
author:
parse(Element e, ContentHandler handler) Parses a subtree starting from the element e and
reports SAX2 events to the specified handler.
public void
parseWithContext(Element e, ContentHandler handler) Similar to the parse method but it visits the ancestor nodes
and properly emulate the all in-scope namespace declarations.