public final class SAXTarget extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SAXTarget.SAXLocator
A locator specific to the SAXOutputter process.
|
Constructor and Description |
---|
SAXTarget(ContentHandler contentHandler,
ErrorHandler errorHandler,
DTDHandler dtdHandler,
EntityResolver entityResolver,
LexicalHandler lexicalHandler,
DeclHandler declHandler,
boolean declareNamespaces,
boolean reportDtdEvents,
String publicID,
String systemID)
Create the collection of handlers for a SAXOutputProcessor
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
getContentHandler() |
DeclHandler |
getDeclHandler() |
DTDHandler |
getDTDHandler() |
EntityResolver |
getEntityResolver() |
ErrorHandler |
getErrorHandler() |
LexicalHandler |
getLexicalHandler() |
SAXTarget.SAXLocator |
getLocator() |
boolean |
isDeclareNamespaces() |
boolean |
isReportDTDEvents() |
public SAXTarget(ContentHandler contentHandler, ErrorHandler errorHandler, DTDHandler dtdHandler, EntityResolver entityResolver, LexicalHandler lexicalHandler, DeclHandler declHandler, boolean declareNamespaces, boolean reportDtdEvents, String publicID, String systemID)
contentHandler
- The ContentHandlererrorHandler
- The ErrorHandlerdtdHandler
- The DTDHandlerentityResolver
- The EntityResolverlexicalHandler
- The LexicalHandlerdeclHandler
- The DeclHandlerdeclareNamespaces
- Whether to declare NamespacesreportDtdEvents
- Whether to report DTD EventspublicID
- The public ID (null if none)systemID
- The System ID (null if none)public ContentHandler getContentHandler()
public ErrorHandler getErrorHandler()
public DTDHandler getDTDHandler()
public EntityResolver getEntityResolver()
public LexicalHandler getLexicalHandler()
public DeclHandler getDeclHandler()
public boolean isDeclareNamespaces()
public boolean isReportDTDEvents()
public SAXTarget.SAXLocator getLocator()
Copyright ? 2015 Jason Hunter, Brett McLaughlin. All Rights Reserved.