protected class BasicParserPool.DocumentBuilderProxy
extends javax.xml.parsers.DocumentBuilder
| Modifier and Type | Field and Description |
|---|---|
private javax.xml.parsers.DocumentBuilder |
builder
Builder being proxied.
|
private ParserPool |
owningPool
Pool that owns this parser.
|
private boolean |
returned
Track accounting state of whether this builder has been returned to the owning pool.
|
| Constructor and Description |
|---|
DocumentBuilderProxy(javax.xml.parsers.DocumentBuilder target,
BasicParserPool owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidState()
Check whether the parser is in a valid and usable state, and if not, throw a runtime exception.
|
protected void |
finalize() |
org.w3c.dom.DOMImplementation |
getDOMImplementation() |
protected ParserPool |
getOwningPool()
Gets the pool that owns this parser.
|
protected javax.xml.parsers.DocumentBuilder |
getProxiedBuilder()
Gets the proxied document builder.
|
javax.xml.validation.Schema |
getSchema() |
boolean |
isNamespaceAware() |
protected boolean |
isReturned()
Check accounting state as to whether this parser has been returned to the owning pool.
|
boolean |
isValidating() |
boolean |
isXIncludeAware() |
org.w3c.dom.Document |
newDocument() |
org.w3c.dom.Document |
parse(java.io.File f) |
org.w3c.dom.Document |
parse(org.xml.sax.InputSource is) |
org.w3c.dom.Document |
parse(java.io.InputStream is) |
org.w3c.dom.Document |
parse(java.io.InputStream is,
java.lang.String systemId) |
org.w3c.dom.Document |
parse(java.lang.String uri) |
void |
reset() |
void |
setEntityResolver(org.xml.sax.EntityResolver er) |
void |
setErrorHandler(org.xml.sax.ErrorHandler eh) |
protected void |
setReturned(boolean isReturned)
Set accounting state as to whether this parser has been returned to the owning pool.
|
private final javax.xml.parsers.DocumentBuilder builder
private final ParserPool owningPool
private boolean returned
public DocumentBuilderProxy(javax.xml.parsers.DocumentBuilder target,
BasicParserPool owner)
target - document builder to proxyowner - the owning poolpublic org.w3c.dom.DOMImplementation getDOMImplementation()
getDOMImplementation in class javax.xml.parsers.DocumentBuilderpublic javax.xml.validation.Schema getSchema()
getSchema in class javax.xml.parsers.DocumentBuilderpublic boolean isNamespaceAware()
isNamespaceAware in class javax.xml.parsers.DocumentBuilderpublic boolean isValidating()
isValidating in class javax.xml.parsers.DocumentBuilderpublic boolean isXIncludeAware()
isXIncludeAware in class javax.xml.parsers.DocumentBuilderpublic org.w3c.dom.Document newDocument()
newDocument in class javax.xml.parsers.DocumentBuilderpublic org.w3c.dom.Document parse(java.io.File f)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.w3c.dom.Document parse(org.xml.sax.InputSource is)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.w3c.dom.Document parse(java.io.InputStream is)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.w3c.dom.Document parse(java.io.InputStream is,
java.lang.String systemId)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.w3c.dom.Document parse(java.lang.String uri)
throws org.xml.sax.SAXException,
java.io.IOException
parse in class javax.xml.parsers.DocumentBuilderorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic void reset()
reset in class javax.xml.parsers.DocumentBuilderpublic void setEntityResolver(org.xml.sax.EntityResolver er)
setEntityResolver in class javax.xml.parsers.DocumentBuilderpublic void setErrorHandler(org.xml.sax.ErrorHandler eh)
setErrorHandler in class javax.xml.parsers.DocumentBuilderprotected ParserPool getOwningPool()
protected javax.xml.parsers.DocumentBuilder getProxiedBuilder()
protected boolean isReturned()
protected void setReturned(boolean isReturned)
isReturned - set true to indicate that parser has been returned to the owning poolprotected void checkValidState()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable