Class AbstractXMLFormatReader

    • Method Detail

      • getInputSource

        public InputSource getInputSource()
        INTERNAL: Gets the SAX input source used by the reader.
      • setInputSource

        public void setInputSource​(InputSource source)
        INTERNAL: Sets the SAX input source used by the reader.
      • getBaseAddress

        public LocatorIF getBaseAddress()
        INTERNAL: Gets the top level base address of the input source.
      • setBaseAddress

        public void setBaseAddress​(LocatorIF base_address)
        INTERNAL: Sets the top level base address of the input source.

        The top level base address is used to resolve relative addresses during input source processing. The top level base address can be overriden by xml:base constructs in the input source. This property need not be set if the input source specifies the base address.