|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilder
org.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
protected class BasicParserPool.DocumentBuilderProxy
A proxy that prevents the manages document builders retrieved from the parser pool.
Constructor Summary | |
---|---|
BasicParserPool.DocumentBuilderProxy(javax.xml.parsers.DocumentBuilder target,
BasicParserPool owner)
Constructor. |
Method Summary | |
---|---|
protected void |
finalize()
|
org.w3c.dom.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 javax.xml.parsers.DocumentBuilder |
getProxiedBuilder()
Gets the proxied document builder. |
javax.xml.validation.Schema |
getSchema()
|
boolean |
isNamespaceAware()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicParserPool.DocumentBuilderProxy(javax.xml.parsers.DocumentBuilder target, BasicParserPool owner)
target
- document builder to proxyowner
- the owning poolMethod Detail |
---|
public org.w3c.dom.DOMImplementation getDOMImplementation()
getDOMImplementation
in class javax.xml.parsers.DocumentBuilder
public javax.xml.validation.Schema getSchema()
getSchema
in class javax.xml.parsers.DocumentBuilder
public boolean isNamespaceAware()
isNamespaceAware
in class javax.xml.parsers.DocumentBuilder
public boolean isValidating()
isValidating
in class javax.xml.parsers.DocumentBuilder
public boolean isXIncludeAware()
isXIncludeAware
in class javax.xml.parsers.DocumentBuilder
public org.w3c.dom.Document newDocument()
newDocument
in class javax.xml.parsers.DocumentBuilder
public org.w3c.dom.Document parse(java.io.File f) throws org.xml.sax.SAXException, java.io.IOException
parse
in class javax.xml.parsers.DocumentBuilder
org.xml.sax.SAXException
java.io.IOException
public org.w3c.dom.Document parse(org.xml.sax.InputSource is) throws org.xml.sax.SAXException, java.io.IOException
parse
in class javax.xml.parsers.DocumentBuilder
org.xml.sax.SAXException
java.io.IOException
public org.w3c.dom.Document parse(java.io.InputStream is) throws org.xml.sax.SAXException, java.io.IOException
parse
in class javax.xml.parsers.DocumentBuilder
org.xml.sax.SAXException
java.io.IOException
public 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.DocumentBuilder
org.xml.sax.SAXException
java.io.IOException
public org.w3c.dom.Document parse(java.lang.String uri) throws org.xml.sax.SAXException, java.io.IOException
parse
in class javax.xml.parsers.DocumentBuilder
org.xml.sax.SAXException
java.io.IOException
public void reset()
reset
in class javax.xml.parsers.DocumentBuilder
public void setEntityResolver(org.xml.sax.EntityResolver er)
setEntityResolver
in class javax.xml.parsers.DocumentBuilder
public void setErrorHandler(org.xml.sax.ErrorHandler eh)
setErrorHandler
in class javax.xml.parsers.DocumentBuilder
protected ParserPool getOwningPool()
protected long getPoolVersion()
protected javax.xml.parsers.DocumentBuilder getProxiedBuilder()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |