anvil.core.system
Class SystemModule.TemplateFormatter
java.lang.Object
|
+--anvil.core.system.SystemModule.TemplateFormatter
- All Implemented Interfaces:
- DocumentHandler
- Enclosing class:
- SystemModule
- public static class SystemModule.TemplateFormatter
- extends java.lang.Object
- implements DocumentHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemModule.TemplateFormatter
public SystemModule.TemplateFormatter(FormattingCallbacks callbacks,
java.lang.String namespace)
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator in interface DocumentHandler
startDocument
public void startDocument()
- Specified by:
startDocument in interface DocumentHandler
endDocument
public void endDocument()
- Specified by:
endDocument in interface DocumentHandler
handleCharacters
public void handleCharacters(java.lang.String characters)
- Specified by:
handleCharacters in interface DocumentHandler
handleComment
public void handleComment(java.lang.String characters)
- Specified by:
handleComment in interface DocumentHandler
handleTag
public void handleTag(Tag tag)
- Specified by:
handleTag in interface DocumentHandler
handleProcessingInstruction
public void handleProcessingInstruction(java.lang.String data)
- Specified by:
handleProcessingInstruction in interface DocumentHandler