public class PREHandler extends DefaultDocumentHandler
Constructor and Description |
---|
PREHandler(org.eclipse.actf.model.internal.dom.html.parser.HTMLParser parser) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String name)
Just forwards this method invokation with
locator to the
next handler. |
void |
startElement(String name,
AttributeList atts)
Just forwards this method invokation with
locator to the
next handler. |
characters, endDocument, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument
public PREHandler(org.eclipse.actf.model.internal.dom.html.parser.HTMLParser parser)
public void startElement(String name, AttributeList atts) throws SAXException
DefaultDocumentHandler
locator
to the
next handler.startElement
in interface DocumentHandler
startElement
in class DefaultDocumentHandler
SAXException
public void endElement(String name) throws SAXException
DefaultDocumentHandler
locator
to the
next handler.endElement
in interface DocumentHandler
endElement
in class DefaultDocumentHandler
SAXException