Xindice API
version 1.2m1

org.apache.xindice.xml.jaxp
Class DocumentBuilderImpl

java.lang.Object
  extended byjavax.xml.parsers.DocumentBuilder
      extended byorg.apache.xindice.xml.jaxp.DocumentBuilderImpl

public class DocumentBuilderImpl
extends javax.xml.parsers.DocumentBuilder

DocumentBuilderImpl

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $

Constructor Summary
protected 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderImpl

protected DocumentBuilderImpl()
                       throws javax.xml.parsers.ParserConfigurationException
Method Detail

getDOMImplementation

public org.w3c.dom.DOMImplementation getDOMImplementation()

isNamespaceAware

public boolean isNamespaceAware()

isValidating

public boolean isValidating()

setErrorHandler

public void setErrorHandler(org.xml.sax.ErrorHandler errors)

setEntityResolver

public void setEntityResolver(org.xml.sax.EntityResolver entities)

parse

public org.w3c.dom.Document parse(org.xml.sax.InputSource source)
                           throws org.xml.sax.SAXException,
                                  IOException,
                                  IllegalArgumentException
Throws:
org.xml.sax.SAXException
IOException
IllegalArgumentException

newDocument

public org.w3c.dom.Document newDocument()

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.