| |
|
| java.lang.Object com.caucho.xml2.XMLReaderImpl
XMLReaderImpl | public class XMLReaderImpl implements XMLReader(Code) | | A fast XML parser.
|
Inner Class :static class NameKey | |
JSP_ATTRIBUTE_NAME | final static QName JSP_ATTRIBUTE_NAME(Code) | | |
WHITESPACE_NAME | final static QName WHITESPACE_NAME(Code) | | |
getContentHandler | public ContentHandler getContentHandler()(Code) | | Gets the SAX content handler
Parameters: handler - the content handler |
getDTDHandler | public DTDHandler getDTDHandler()(Code) | | Gets the SAX DTD handler
the dtd handler |
getEntityResolver | public EntityResolver getEntityResolver()(Code) | | Gets the SAX entityResolver.
the entity resolver |
getErrorHandler | public ErrorHandler getErrorHandler()(Code) | | Gets the SAX errorHandler.
Parameters: handler - the error handler |
setContentHandler | public void setContentHandler(ContentHandler handler)(Code) | | Sets the SAX content handler
Parameters: handler - the content handler |
setDTDHandler | public void setDTDHandler(DTDHandler handler)(Code) | | Sets the SAX DTD handler
Parameters: handler - the dtd handler |
setEntityResolver | public void setEntityResolver(EntityResolver resolver)(Code) | | Sets the SAX entityResolver.
Parameters: resolver - the entity resolver |
setErrorHandler | public void setErrorHandler(ErrorHandler handler)(Code) | | Sets the SAX errorHandler.
Parameters: handler - the error handler |
|
|
|