Package com.aspectran.core.util.nodelet
Interface NodeletAdder
-
public interface NodeletAdderA nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(java.lang.String xpath, NodeletParser parser)For a registered XPath, the NodeletParser will call the Nodelet's process method for processing.
-
-
-
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 xpathparser- the nodelet parser
-
-