| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.actf.model.dom.html.dochandler.DefaultDocumentHandler
public class DefaultDocumentHandler
Default DocumentHandler class. This class makes linked list of document handlers.
| Constructor Summary | |
|---|---|
| DefaultDocumentHandler(org.eclipse.actf.model.internal.dom.sgml.impl.SGMLParser parser)Constructs DefaultDocumentHandler that points next DocumentHandler hold by the parser. | |
| Method Summary | |
|---|---|
|  void | characters(char[] ch,
           int start,
           int length)Just forwards this method invokation with locatorto the
 next handler. | 
|  void | endDocument()Just forwards this method invokation with locatorto the
 next handler. | 
|  void | endElement(String name)Just forwards this method invokation with locatorto the
 next handler. | 
|  void | ignorableWhitespace(char[] ch,
                    int start,
                    int length)Just forwards this method invokation with locatorto the
 next handler. | 
|  void | processingInstruction(String target,
                      String data)Just forwards this method invokation with locatorto the
 next handler. | 
|  void | setDocumentLocator(Locator locator)Just forwards this method invokation with locatorto the
 next handler. | 
|  void | startDocument()Just forwards this method invokation with locatorto the
 next handler. | 
|  void | startElement(String name,
             AttributeList atts)Just forwards this method invokation with locatorto the
 next handler. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultDocumentHandler(org.eclipse.actf.model.internal.dom.sgml.impl.SGMLParser parser)
parser - parser instance that holds a next handler.| Method Detail | 
|---|
public void setDocumentLocator(Locator locator)
locator to the
 next handler.
setDocumentLocator in interface DocumentHandler
public void startDocument()
                   throws SAXException
locator to the
 next handler.
startDocument in interface DocumentHandlerSAXException
public void endDocument()
                 throws SAXException
locator to the
 next handler.
endDocument in interface DocumentHandlerSAXException
public void startElement(String name,
                         AttributeList atts)
                  throws SAXException
locator to the
 next handler.
startElement in interface DocumentHandlerSAXException
public void endElement(String name)
                throws SAXException
locator to the
 next handler.
endElement in interface DocumentHandlerSAXException
public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
locator to the
 next handler.
characters in interface DocumentHandlerSAXException
public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws SAXException
locator to the
 next handler.
ignorableWhitespace in interface DocumentHandlerSAXException
public void processingInstruction(String target,
                                  String data)
                           throws SAXException
locator to the
 next handler.
processingInstruction in interface DocumentHandlerSAXException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||