Public Member Functions

org.exolab.castor.xml.schema.reader.Sax2ComponentReader Class Reference

Inherits org::xml::sax::DocumentHandler.

List of all members.

Public Member Functions

 Sax2ComponentReader (ComponentReader compReader)
void characters (char[] ch, int start, int length) throws org.xml.sax.SAXException
void endDocument () throws org.xml.sax.SAXException
void endElement (String name) throws org.xml.sax.SAXException
void ignorableWhitespace (char[] ch, int start, int length) throws org.xml.sax.SAXException
void processingInstruction (String target, String data) throws org.xml.sax.SAXException
void setDocumentLocator (Locator locator)
void startDocument () throws org.xml.sax.SAXException
void startElement (String name, AttributeList atts) throws org.xml.sax.SAXException
void error (SAXParseException exception) throws org.xml.sax.SAXException
void fatalError (SAXParseException exception) throws org.xml.sax.SAXException
void warning (SAXParseException exception) throws org.xml.sax.SAXException

Detailed Description

A SAX adapter class for the ComponentReader.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:40

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.reader.Sax2ComponentReader.Sax2ComponentReader ( ComponentReader  compReader  ) 

Member Function Documentation

void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.characters ( char[]  ch,
int  start,
int  length 
) throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.endDocument (  )  throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.endElement ( String  name  )  throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.error ( SAXParseException  exception  )  throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.fatalError ( SAXParseException  exception  )  throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.ignorableWhitespace ( char[]  ch,
int  start,
int  length 
) throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.processingInstruction ( String  target,
String  data 
) throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.setDocumentLocator ( Locator  locator  ) 
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.startDocument (  )  throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.startElement ( String  name,
AttributeList  atts 
) throws org.xml.sax.SAXException
void org.exolab.castor.xml.schema.reader.Sax2ComponentReader.warning ( SAXParseException  exception  )  throws org.xml.sax.SAXException

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