Class ConcreteLSInput

  • All Implemented Interfaces:
    org.w3c.dom.ls.LSInput

    public class ConcreteLSInput
    extends java.lang.Object
    implements org.w3c.dom.ls.LSInput
    • Field Detail

      • reader

        private java.io.Reader reader
      • inputStream

        private java.io.InputStream inputStream
      • stringData

        private java.lang.String stringData
      • systemId

        private java.lang.String systemId
      • publicId

        private java.lang.String publicId
      • baseURI

        private java.lang.String baseURI
      • encoding

        private java.lang.String encoding
      • certifiedText

        private boolean certifiedText
    • Constructor Detail

      • ConcreteLSInput

        public ConcreteLSInput()
    • Method Detail

      • getCharacterStream

        public java.io.Reader getCharacterStream()
        Specified by:
        getCharacterStream in interface org.w3c.dom.ls.LSInput
      • setCharacterStream

        public void setCharacterStream​(java.io.Reader characterStream)
        Specified by:
        setCharacterStream in interface org.w3c.dom.ls.LSInput
      • getByteStream

        public java.io.InputStream getByteStream()
        Specified by:
        getByteStream in interface org.w3c.dom.ls.LSInput
      • setByteStream

        public void setByteStream​(java.io.InputStream byteStream)
        Specified by:
        setByteStream in interface org.w3c.dom.ls.LSInput
      • getStringData

        public java.lang.String getStringData()
        Specified by:
        getStringData in interface org.w3c.dom.ls.LSInput
      • setStringData

        public void setStringData​(java.lang.String stringData)
        Specified by:
        setStringData in interface org.w3c.dom.ls.LSInput
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface org.w3c.dom.ls.LSInput
      • setSystemId

        public void setSystemId​(java.lang.String systemId)
        Specified by:
        setSystemId in interface org.w3c.dom.ls.LSInput
      • getPublicId

        public java.lang.String getPublicId()
        Specified by:
        getPublicId in interface org.w3c.dom.ls.LSInput
      • setPublicId

        public void setPublicId​(java.lang.String publicId)
        Specified by:
        setPublicId in interface org.w3c.dom.ls.LSInput
      • getBaseURI

        public java.lang.String getBaseURI()
        Specified by:
        getBaseURI in interface org.w3c.dom.ls.LSInput
      • setBaseURI

        public void setBaseURI​(java.lang.String baseURI)
        Specified by:
        setBaseURI in interface org.w3c.dom.ls.LSInput
      • getEncoding

        public java.lang.String getEncoding()
        Specified by:
        getEncoding in interface org.w3c.dom.ls.LSInput
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
        Specified by:
        setEncoding in interface org.w3c.dom.ls.LSInput
      • getCertifiedText

        public boolean getCertifiedText()
        Specified by:
        getCertifiedText in interface org.w3c.dom.ls.LSInput
      • setCertifiedText

        public void setCertifiedText​(boolean certifiedText)
        Specified by:
        setCertifiedText in interface org.w3c.dom.ls.LSInput