Package com.aspectran.utils.nodelet


package com.aspectran.utils.nodelet
  • Class
    Description
    A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
    A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
     
    The NodeletParser is a callback based parser similar to SAX.
    Inner helper class for tracking the line number and column number of the element's start tag while reading an XML document.