public class ClassElementHandler extends org.xml.sax.helpers.DefaultHandler
AbstractClassElementTestCase| Constructor and Description | 
|---|
| ClassElementHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | characters(char[] ch,
          int start,
          int length) | 
| void | endElement(String ns,
          String local,
          String qName) | 
| List | getClassName() | 
| void | startElement(String ns,
            String local,
            String qName,
            Attributes atts) | 
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void characters(char[] ch,
              int start,
              int length)
                throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String ns, String local, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String ns, String local, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic List getClassName()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.