org.apache.myfaces.shared_impl.test
Class ClassElementHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.myfaces.shared_impl.test.ClassElementHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ClassElementHandler
- extends DefaultHandler
- Author:
- Dennis Byrne
- See Also:
AbstractClassElementTestCase
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassElementHandler
public ClassElementHandler()
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class DefaultHandler
- Throws:
SAXException
startElement
public void startElement(String ns,
String local,
String qName,
Attributes atts)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class DefaultHandler
- Throws:
SAXException
endElement
public void endElement(String ns,
String local,
String qName)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class DefaultHandler
- Throws:
SAXException
getClassName
public List getClassName()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.