Interface NodeletAdder


  • public interface NodeletAdder
    A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
    • Method Detail

      • process

        void process​(java.lang.String xpath,
                     NodeletParser parser)
        For a registered XPath, the NodeletParser will call the Nodelet's process method for processing.
        Parameters:
        xpath - the xpath
        parser - the nodelet parser