Class DOMInputSource


  • public class DOMInputSource
    extends org.xml.sax.InputSource
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMInputSource​(org.w3c.dom.Node node)  
    • 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.xml.sax.InputSource

        getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, isEmpty, 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​(org.w3c.dom.Node node)
    • Method Detail

      • getNode

        public org.w3c.dom.Node getNode()
      • setNode

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