com.solarmetric.meta
Class  CFMetaDataParser
java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--com.solarmetric.meta.XMLMetaDataParser
              |
              +--com.solarmetric.meta.CFMetaDataParser
- All Implemented Interfaces: 
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, MetaDataParser
- Direct Known Subclasses: 
- JDOMetaDataParser, QueryMetaDataParser
- public abstract synchronized class CFMetaDataParser- extends XMLMetaDataParser
 
 
| Methods inherited from class com.solarmetric.meta.XMLMetaDataParser | 
| addResult, characters, clear, currentClassLoader, endElement, error, fatalError, findMetaData, finish, getClassLoader, getCurrentLocation, getDocType, getExpectedRootName, getExtension, getLexicalHandler, getLocation, getLog, getParseText, getResults, getSourceFile, getSourceIsSystemId, getSourceName, getText, isValidating, parse, parse, parse, parse, parseNew, setClassLoader, setDocumentLocator, setLocation, setLog, setParseText, setSourceIsSystemId, setValidating, startElement, throwException, throwException | 
 
| Methods inherited from class org.xml.sax.helpers.DefaultHandler | 
| endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CFMetaDataParser
public CFMetaDataParser()
startElement
protected void startElement(String,
                            Attributes)
                     throws SAXException
- 
- Overrides:
- startElementin class- XMLMetaDataParser
 
endElement
protected void endElement(String)
                   throws SAXException
- 
- Overrides:
- endElementin class- XMLMetaDataParser
 
startClass
protected abstract void startClass(String,
                                   Attributes)
                            throws SAXException
endClass
protected abstract void endClass(String)
                          throws SAXException
startClassElement
protected abstract void startClassElement(String,
                                          Attributes)
                                   throws SAXException
endClassElement
protected abstract void endClassElement(String)
                                 throws SAXException
reset
protected void reset()
- 
- Overrides:
- resetin class- XMLMetaDataParser
 
getDeclaredClass
protected String getDeclaredClass()
getDeclaredPackage
protected String getDeclaredPackage()
classForName
protected Class classForName(String,
                             boolean)
                      throws SAXException
classForName
public static Class classForName(String,
                                 String,
                                 boolean,
                                 ClassLoader)
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.