org.apache.axiom.om.impl.dom.jaxp
Class DocumentBuilderImpl

java.lang.Object
  extended by javax.xml.parsers.DocumentBuilder
      extended by org.apache.axiom.om.impl.dom.jaxp.DocumentBuilderImpl

Deprecated. see DocumentBuilderFactoryImpl

public class DocumentBuilderImpl
extends DocumentBuilder


Constructor Summary
protected DocumentBuilderImpl(DocumentBuilderFactoryImpl fac)
          Deprecated.  
 
Method Summary
 DOMImplementation getDOMImplementation()
          Deprecated.  
 javax.xml.validation.Schema getSchema()
          Deprecated.  
 boolean isNamespaceAware()
          Deprecated. Returns whether the parser is configured to understand namespaces or not.
 boolean isValidating()
          Deprecated. The StAX builder used is the org.apache.axiom.om.impl.llom.StAXOMBuilder is a validating builder.
 Document newDocument()
          Deprecated. Returns a new document impl.
 Document parse(File file)
          Deprecated.  
 Document parse(InputSource inputSource)
          Deprecated.  
 Document parse(InputStream is)
          Deprecated.  
 Document parse(InputStream is, String systemId)
          Deprecated.  
 Document parse(String uri)
          Deprecated.  
 void setEntityResolver(EntityResolver arg0)
          Deprecated.  
 void setErrorHandler(ErrorHandler arg0)
          Deprecated.  
 
Methods inherited from class javax.xml.parsers.DocumentBuilder
isXIncludeAware, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderImpl

protected DocumentBuilderImpl(DocumentBuilderFactoryImpl fac)
Deprecated. 
Method Detail

isNamespaceAware

public boolean isNamespaceAware()
Deprecated. 
Returns whether the parser is configured to understand namespaces or not. The StAX parser used by this DOM impl is namespace aware therefore this will always return true.

Specified by:
isNamespaceAware in class DocumentBuilder
See Also:
DocumentBuilder.isNamespaceAware()

isValidating

public boolean isValidating()
Deprecated. 
The StAX builder used is the org.apache.axiom.om.impl.llom.StAXOMBuilder is a validating builder.

Specified by:
isValidating in class DocumentBuilder
See Also:
DocumentBuilder.isValidating()

getDOMImplementation

public DOMImplementation getDOMImplementation()
Deprecated. 
Specified by:
getDOMImplementation in class DocumentBuilder

newDocument

public Document newDocument()
Deprecated. 
Returns a new document impl.

Specified by:
newDocument in class DocumentBuilder
See Also:
DocumentBuilder.newDocument()

setEntityResolver

public void setEntityResolver(EntityResolver arg0)
Deprecated. 
Specified by:
setEntityResolver in class DocumentBuilder

setErrorHandler

public void setErrorHandler(ErrorHandler arg0)
Deprecated. 
Specified by:
setErrorHandler in class DocumentBuilder

parse

public Document parse(InputSource inputSource)
               throws SAXException,
                      IOException
Deprecated. 
Specified by:
parse in class DocumentBuilder
Throws:
SAXException
IOException

parse

public Document parse(InputStream is)
               throws SAXException,
                      IOException
Deprecated. 
Overrides:
parse in class DocumentBuilder
Throws:
SAXException
IOException
See Also:
DocumentBuilder.parse(java.io.InputStream)

parse

public Document parse(File file)
               throws SAXException,
                      IOException
Deprecated. 
Overrides:
parse in class DocumentBuilder
Throws:
SAXException
IOException
See Also:
DocumentBuilder.parse(java.io.File)

parse

public Document parse(InputStream is,
                      String systemId)
               throws SAXException,
                      IOException
Deprecated. 
Overrides:
parse in class DocumentBuilder
Throws:
SAXException
IOException
See Also:
DocumentBuilder.parse(java.io.InputStream, String)

parse

public Document parse(String uri)
               throws SAXException,
                      IOException
Deprecated. 
Overrides:
parse in class DocumentBuilder
Throws:
SAXException
IOException
See Also:
DocumentBuilder.parse(String)

getSchema

public javax.xml.validation.Schema getSchema()
Deprecated. 
Overrides:
getSchema in class DocumentBuilder


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.