com.hp.hpl.thermopylae
Class  DocumentBuilderImpl
java.lang.Object
  |
  +--javax.xml.parsers.DocumentBuilder
        |
        +--com.hp.hpl.thermopylae.DocumentBuilderImpl
- public class DocumentBuilderImpl- extends javax.xml.parsers.DocumentBuilder
Standard wrapper around sparta parser.
 Copyright (C) 2002 Hewlett-Packard Company.
This file is part of Sparta, an XML Parser, DOM, and XPath library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU
Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option)
any later version.  This library is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. 
- Version: 
- $Date: 2002/08/19 05:04:18 $  $Revision: 1.1.1.1 $
- Author: 
- Eamonn O'Brien-Strain
- See Also: 
- ParseSource
 
 
| Methods inherited from class javax.xml.parsers.DocumentBuilder | 
| parse, parse, parse, parse | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentBuilderImpl
public DocumentBuilderImpl()
isNamespaceAware
public boolean isNamespaceAware()
- 
- Overrides:
- isNamespaceAwarein class- javax.xml.parsers.DocumentBuilder
 
getDOMImplementation
public org.w3c.dom.DOMImplementation getDOMImplementation()
- 
- Overrides:
- getDOMImplementationin class- javax.xml.parsers.DocumentBuilder
 
parse
public org.w3c.dom.Document parse(org.xml.sax.InputSource in)
                           throws org.xml.sax.SAXException,
                                  java.io.IOException
- 
- Overrides:
- parsein class- javax.xml.parsers.DocumentBuilder
 
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver parm1)
- 
- Overrides:
- setEntityResolverin class- javax.xml.parsers.DocumentBuilder
 
isValidating
public boolean isValidating()
- 
- Overrides:
- isValidatingin class- javax.xml.parsers.DocumentBuilder
 
newDocument
public org.w3c.dom.Document newDocument()
- 
- Overrides:
- newDocumentin class- javax.xml.parsers.DocumentBuilder
 
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler handler)
- Precondition handler.error() should not throw an exception.- 
- Overrides:
- setErrorHandlerin class- javax.xml.parsers.DocumentBuilder