org.apache.xerces.util

Class 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 320365 2005-05-15 20:01:26Z mrglavas $

Field Summary

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, 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

Constructor Details

DOMInputSource

public DOMInputSource()

DOMInputSource

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

DOMInputSource

public DOMInputSource(org.w3c.dom.Node node,
                      String systemId)

Method Details

getNode

public org.w3c.dom.Node getNode()

setNode

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

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.