Class AbstractNodeEventFilter

    • Constructor Detail

      • AbstractNodeEventFilter

        public AbstractNodeEventFilter()
    • Method Detail

      • init

        public final void init()
      • setDictionaryService

        public void setDictionaryService​(DictionaryService dictionaryService)
      • setNamespaceService

        public void setNamespaceService​(NamespaceService namespaceService)
      • isExcluded

        public boolean isExcluded​(QName qName)
        Description copied from interface: EventFilter
        Indicates whether the given object should be excluded or not.
        Specified by:
        isExcluded in interface EventFilter<QName>
        Parameters:
        qName - the object to be checked against filters
        Returns:
        true if it is excluded, otherwise false
      • getExcludedTypes

        protected abstract Set<QName> getExcludedTypes()
      • parseFilterList

        protected List<String> parseFilterList​(String unparsedFilterList)