com.jclark.xsl.dom
Class SunXMLProcessorImpl

java.lang.Object
  |
  +--com.jclark.xsl.dom.XMLProcessorImpl
        |
        +--com.jclark.xsl.dom.SunXMLProcessorImpl
All Implemented Interfaces:
DOMExtensions, XMLProcessor, XMLProcessorEx

public class SunXMLProcessorImpl
extends XMLProcessorImpl


Constructor Summary
SunXMLProcessorImpl()
           
 
Method Summary
 org.w3c.dom.Element getElementById(org.w3c.dom.Document doc, java.lang.String str)
           
 org.w3c.dom.Document load(org.xml.sax.InputSource input)
           
 
Methods inherited from class com.jclark.xsl.dom.XMLProcessorImpl
createResult, load, load, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunXMLProcessorImpl

public SunXMLProcessorImpl()
Method Detail

load

public org.w3c.dom.Document load(org.xml.sax.InputSource input)
                          throws java.io.IOException,
                                 org.xml.sax.SAXException
Specified by:
load in class XMLProcessorImpl
java.io.IOException
org.xml.sax.SAXException

getElementById

public org.w3c.dom.Element getElementById(org.w3c.dom.Document doc,
                                          java.lang.String str)
Specified by:
getElementById in interface DOMExtensions
Overrides:
getElementById in class XMLProcessorImpl