Xindice API

org.apache.xindice.xml.jaxp
Class DocumentBuilderImpl

java.lang.Object
  |
  +--javax.xml.parsers.DocumentBuilder
        |
        +--org.apache.xindice.xml.jaxp.DocumentBuilderImpl

public class DocumentBuilderImpl
extends javax.xml.parsers.DocumentBuilder

DocumentBuilderImpl


Method Summary
 org.w3c.dom.DOMImplementation getDOMImplementation()
           
 boolean isNamespaceAware()
           
 boolean isValidating()
           
 org.w3c.dom.Document newDocument()
           
 org.w3c.dom.Document parse(org.xml.sax.InputSource source)
           
 void setEntityResolver(org.xml.sax.EntityResolver entities)
           
 void setErrorHandler(org.xml.sax.ErrorHandler errors)
           
 
Methods inherited from class javax.xml.parsers.DocumentBuilder
parse, parse, parse, parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDOMImplementation

public org.w3c.dom.DOMImplementation getDOMImplementation()
Overrides:
getDOMImplementation in class javax.xml.parsers.DocumentBuilder

isNamespaceAware

public boolean isNamespaceAware()
Overrides:
isNamespaceAware in class javax.xml.parsers.DocumentBuilder

isValidating

public boolean isValidating()
Overrides:
isValidating in class javax.xml.parsers.DocumentBuilder

setErrorHandler

public void setErrorHandler(org.xml.sax.ErrorHandler errors)
Overrides:
setErrorHandler in class javax.xml.parsers.DocumentBuilder

setEntityResolver

public void setEntityResolver(org.xml.sax.EntityResolver entities)
Overrides:
setEntityResolver in class javax.xml.parsers.DocumentBuilder

parse

public org.w3c.dom.Document parse(org.xml.sax.InputSource source)
                           throws org.xml.sax.SAXException,
                                  java.io.IOException,
                                  java.lang.IllegalArgumentException
Overrides:
parse in class javax.xml.parsers.DocumentBuilder

newDocument

public org.w3c.dom.Document newDocument()
Overrides:
newDocument in class javax.xml.parsers.DocumentBuilder

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation