com.notuvy.sgml
Class SgmlTag.Html

java.lang.Object
  extended by com.notuvy.sgml.SgmlTag
      extended by com.notuvy.sgml.SgmlTag.Html
All Implemented Interfaces:
Writable
Enclosing class:
SgmlTag

public static class SgmlTag.Html
extends SgmlTag


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.sgml.SgmlTag
SgmlTag.A, SgmlTag.Html, SgmlTag.Timestamp
 
Field Summary
protected static String HEADER
           
 
Constructor Summary
SgmlTag.Html(String pTitle)
           
 
Method Summary
 SgmlTag getBody()
           
 SgmlTag getHead()
           
 void write(StringBuilder pBuilder)
           
 void write(Writer pWriter)
           
 
Methods inherited from class com.notuvy.sgml.SgmlTag
addSubTree, addText, attribute, newChild, parent, toString, writeTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HEADER

protected static final String HEADER
See Also:
Constant Field Values
Constructor Detail

SgmlTag.Html

public SgmlTag.Html(String pTitle)
Method Detail

getHead

public SgmlTag getHead()

getBody

public SgmlTag getBody()

write

public void write(StringBuilder pBuilder)
Specified by:
write in interface Writable
Overrides:
write in class SgmlTag

write

public void write(Writer pWriter)
           throws IOException
Specified by:
write in interface Writable
Overrides:
write in class SgmlTag
Throws:
IOException


Copyright © 2013. All Rights Reserved.