Class XmlReadableByteArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected URI baseURI  
      protected byte[] buf  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      URI getBaseURI()
      Get the base URI attached to this XmlReadable
      void readXml​(XmlReader rdr)
      Read this XmlReadable through an XmlReader parser.
      void setCaseInsensitive​(boolean caseInsensitive)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buf

        protected byte[] buf
      • baseURI

        protected URI baseURI
    • Constructor Detail

      • XmlReadableByteArray

        public XmlReadableByteArray​(byte[] source)
        Constructor
        Parameters:
        source - The byte array to be parsed
      • XmlReadableByteArray

        protected XmlReadableByteArray()