PATH |
EOXMLComponent.DictionaryParser
Inherits from: org.xml.sax.HandlerBase
Package: com.webobjects.eogeneration
Class Description
Documentation for this class is forthcoming.
Method Types
All methods EOXMLComponent.DictionaryParser characters document endDocument endElement error fatalError ignorableWhitespace processingInstruction startDocument startElement warning
Constructors
EOXMLComponent.DictionaryParser
public EOXMLComponent.DictionaryParser()
Instance Methods
characters
public void characters(char[] aChar[], int anInt, int anInt)throwsorg.xml.sax.SAXException
document
public NSArray document()
endDocument
public void endDocument()throwsorg.xml.sax.SAXException
endElement
public void endElement(String aString)throwsorg.xml.sax.SAXException
error
public void error(org.xml.sax.SAXParseException aSAXParseException)throwsorg.xml.sax.SAXException
fatalError
public void fatalError(org.xml.sax.SAXParseException aSAXParseException)throwsorg.xml.sax.SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] aChar[], int anInt, int anInt)throwsorg.xml.sax.SAXException
processingInstruction
public void processingInstruction(String aString, String aString)throwsorg.xml.sax.SAXException
startDocument
public void startDocument()throwsorg.xml.sax.SAXException
startElement
public void startElement(String aString, org.xml.sax.AttributeList anAttributeList)throwsorg.xml.sax.SAXException
warning
public void warning(org.xml.sax.SAXParseException aSAXParseException)throwsorg.xml.sax.SAXException
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)