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 447241 2006-09-18 05:12:57Z mrglavas $
    • Field Summary

      • Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource

        fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)