protected class BasicParserPool.DocumentBuilderProxy extends DocumentBuilder
| Constructor and Description |
|---|
BasicParserPool.DocumentBuilderProxy(DocumentBuilder target,
BasicParserPool owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
DOMImplementation |
getDOMImplementation() |
protected ParserPool |
getOwningPool()
Gets the pool that owns this parser.
|
protected long |
getPoolVersion()
Gets the version of the pool that owns this parser at the time of the proxy's creation.
|
protected DocumentBuilder |
getProxiedBuilder()
Gets the proxied document builder.
|
Schema |
getSchema() |
boolean |
isNamespaceAware() |
boolean |
isValidating() |
boolean |
isXIncludeAware() |
Document |
newDocument() |
Document |
parse(File f) |
Document |
parse(InputSource is) |
Document |
parse(InputStream is) |
Document |
parse(InputStream is,
String systemId) |
Document |
parse(String uri) |
void |
reset() |
void |
setEntityResolver(EntityResolver er) |
void |
setErrorHandler(ErrorHandler eh) |
public BasicParserPool.DocumentBuilderProxy(DocumentBuilder target, BasicParserPool owner)
target - document builder to proxyowner - the owning poolpublic DOMImplementation getDOMImplementation()
getDOMImplementation in class DocumentBuilderpublic Schema getSchema()
getSchema in class DocumentBuilderpublic boolean isNamespaceAware()
isNamespaceAware in class DocumentBuilderpublic boolean isValidating()
isValidating in class DocumentBuilderpublic boolean isXIncludeAware()
isXIncludeAware in class DocumentBuilderpublic Document newDocument()
newDocument in class DocumentBuilderpublic Document parse(File f) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic Document parse(InputSource is) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic Document parse(InputStream is) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic Document parse(InputStream is, String systemId) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic Document parse(String uri) throws SAXException, IOException
parse in class DocumentBuilderSAXExceptionIOExceptionpublic void reset()
reset in class DocumentBuilderpublic void setEntityResolver(EntityResolver er)
setEntityResolver in class DocumentBuilderpublic void setErrorHandler(ErrorHandler eh)
setErrorHandler in class DocumentBuilderprotected ParserPool getOwningPool()
protected long getPoolVersion()
protected DocumentBuilder getProxiedBuilder()
Copyright © 2006-2013 Internet2. All Rights Reserved.