Class ModuleReader

java.lang.Object
net.ontopia.topicmaps.nav2.utils.ModuleReader
All Implemented Interfaces:
ModuleReaderIF

public class ModuleReader extends Object implements ModuleReaderIF
INTERNAL: Default implementation of the interface ModuleReaderIF
  • Field Details

    • encrypted

      protected boolean encrypted
    • parser

      protected XMLReader parser
  • Constructor Details

    • ModuleReader

      public ModuleReader(boolean encrypted)
      INTERNAL: Constructor that accepts whether the input is encrypted or plain.
  • Method Details