| java.lang.Object org.xml.sax.helpers.DefaultHandler com.rimfaxe.webserver.compiler.jsp.JspDocumentParser
JspDocumentParser | public class JspDocumentParser extends DefaultHandler implements LexicalHandler,TagConstants(Code) | | Class implementing a parser for a JSP document, that is, a JSP page in XML
syntax.
author: Jan Luehe author: Lars Andersen |
Method Summary | |
public void | characters(char[] buf, int offset, int len) | public void | comment(char[] buf, int offset, int len) | public void | endCDATA() | public void | endDTD() | public void | endElement(String uri, String localName, String qName) | public void | endEntity(String name) | public void | error(SAXParseException e) | public void | fatalError(SAXParseException e) | public static Node.Nodes | parse(ParserController pc, String path, InputStreamReader reader, Node parent) | public void | setDocumentLocator(Locator locator) | public void | startCDATA() | public void | startDTD(String name, String publicId, String systemId) | public void | startElement(String uri, String localName, String qName, Attributes attrs) | public void | startEntity(String name) |
characters | public void characters(char[] buf, int offset, int len) throws SAXException(Code) | | |
setDocumentLocator | public void setDocumentLocator(Locator locator)(Code) | | |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|