Class AbstractXMLFormatReader

java.lang.Object
net.ontopia.xml.AbstractXMLFormatReader
Direct Known Subclasses:
TMXMLReader, XFMLTopicMapReader, XTMTopicMapReader

public abstract class AbstractXMLFormatReader extends Object
INTERNAL: A common base class for Reader implementations that can read XML-based syntaxes.
Since:
1.2
  • Field Details

  • Constructor Details

  • Method Details

    • 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.