com.overzealous.remark.convert
Class Abbr
java.lang.Object
com.overzealous.remark.convert.AbstractNodeHandler
com.overzealous.remark.convert.Abbr
- All Implemented Interfaces:
- NodeHandler
public class Abbr
- extends AbstractNodeHandler
Handles abbr and acronym tags
- Author:
- Phil DeJarnett
Constructor Summary |
Abbr()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Abbr
public Abbr()
handleNode
public void handleNode(NodeHandler parent,
Element node,
DocumentConverter converter)
- Handles abbreviations.
- Parameters:
parent
- The previous node walker, in case we just want to remove an element.node
- Node to handleconverter
- Parent converter for this object.