Public Member Functions

org.exolab.castor.xml.util.SAX2DOMHandler Class Reference

List of all members.

Public Member Functions

 SAX2DOMHandler (Node node)
void startElement (String name, AttributeList attributes)
void characters (char[] chars, int offset, int length)
void endElement (String name)

Detailed Description

A class for converting a SAX events to DOM nodes

Author:
Andrew Fawcett

Constructor & Destructor Documentation

org.exolab.castor.xml.util.SAX2DOMHandler.SAX2DOMHandler ( Node  node  ) 

Member Function Documentation

void org.exolab.castor.xml.util.SAX2DOMHandler.characters ( char[]  chars,
int  offset,
int  length 
)
void org.exolab.castor.xml.util.SAX2DOMHandler.endElement ( String  name  ) 
void org.exolab.castor.xml.util.SAX2DOMHandler.startElement ( String  name,
AttributeList  attributes 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties