public static class GapFixer.GapProcessor extends java.lang.Object implements ElementProcessor
| Constructor and Description |
|---|
GapFixer.GapProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(org.jdom2.Document document,
org.jdom2.Element gap)
Process a JDOM element.
|
public void processElement(org.jdom2.Document document,
org.jdom2.Element gap)
ElementProcessorprocessElement in interface ElementProcessordocument - The document being processed.gap - The JDOM element to process.