public interface Nodelet
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(java.util.Map<java.lang.String,java.lang.String> attrs) |
For a registered XPath, the NodeletParser will call the Nodelet's
process method for processing.
|
void process(java.util.Map<java.lang.String,java.lang.String> attrs)
throws java.lang.Exception
attrs - the attributes of the start elementjava.lang.Exception - if an error occurs while processing the nodeletCopyright © 2008–2018 The Aspectran Project. All rights reserved.