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


Constructor Summary
SystemModule.TemplateFormatter(FormattingCallbacks callbacks, java.lang.String namespace)
           
 
Method Summary
 void endDocument()
           
 void handleCharacters(java.lang.String characters)
           
 void handleComment(java.lang.String characters)
           
 void handleProcessingInstruction(java.lang.String data)
           
 void handleTag(Tag tag)
           
 void setDocumentLocator(Locator locator)
           
 void startDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemModule.TemplateFormatter

public SystemModule.TemplateFormatter(FormattingCallbacks callbacks,
                                      java.lang.String namespace)
Method Detail

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