org.apache.xerces.util
Class DOMInputSource

java.lang.Object
  |
  +--org.apache.xerces.xni.parser.XMLInputSource
        |
        +--org.apache.xerces.util.DOMInputSource

public final class DOMInputSource
extends org.apache.xerces.xni.parser.XMLInputSource

An XMLInputSource analogue to javax.xml.transform.dom.DOMSource.

Version:
$Id: DOMInputSource.java,v 1.3 2005/05/15 20:01:26 mrglavas Exp $

Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
 
Constructor Summary
DOMInputSource()
           
DOMInputSource(org.w3c.dom.Node node)
           
DOMInputSource(org.w3c.dom.Node node, java.lang.String systemId)
           
 
Method Summary
 org.w3c.dom.Node getNode()
           
 void setNode(org.w3c.dom.Node node)
           
 
Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMInputSource

public DOMInputSource()

DOMInputSource

public DOMInputSource(org.w3c.dom.Node node)

DOMInputSource

public DOMInputSource(org.w3c.dom.Node node,
                      java.lang.String systemId)
Method Detail

getNode

public org.w3c.dom.Node getNode()

setNode

public void setNode(org.w3c.dom.Node node)


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.