NodeParser is the interface used to process each XML element. NodeParsers are responsible for building up a Java object based on an XML element and all of its contents, though they will generally delegate the handling of any child XML elements to other NodeParsers.
@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/xml/NodeParser.java#0 $) $Date: 10-nov-2005.18:59:11 $
@author The Oracle ADF Faces Team