Class AbstractTopicMapContentHandler

    • Constructor Detail

      • AbstractTopicMapContentHandler

        public AbstractTopicMapContentHandler​(LocatorIF base_address)
      • AbstractTopicMapContentHandler

        public AbstractTopicMapContentHandler​(LocatorIF base_address,
                                              Collection<LocatorIF> processed_documents_from_parent)
    • Method Detail

      • setPropagatedThemes

        public void setPropagatedThemes​(Collection<TopicIF> propagated_themes)
      • propagateThemes

        protected void propagateThemes​(ScopedIF scoped)
      • register

        public void register​(XMLReader parser)
        INTERNAL: Registers the content handler with the given XML reader object. The content handler will register itself as the content handler of the XML reader. It will also attempt to set the SAX core features 'http://xml.org/sax/features/string-interning' to 'true' and 'http://xml.org/sax/features/external-parameter-entities' to 'false'.
      • getLocationInfo

        protected String getLocationInfo()
      • getDefaultErrorHandler

        protected ErrorHandler getDefaultErrorHandler()