Uses of Class
com.notuvy.sgml.SgmlTag

Packages that use SgmlTag
com.notuvy.sgml   
 

Uses of SgmlTag in com.notuvy.sgml
 

Subclasses of SgmlTag in com.notuvy.sgml
static class SgmlTag.A
           
static class SgmlTag.Html
           
static class SgmlTag.Timestamp
           
 

Methods in com.notuvy.sgml that return SgmlTag
 SgmlTag SgmlTag.addSubTree(SgmlTag pTag)
           
 SgmlTag SgmlTag.addText(Object pObject)
           
 SgmlTag SgmlTag.attribute(String pKey, Object pVal)
           
 SgmlTag SgmlTag.Html.getBody()
           
 SgmlTag SgmlTag.Html.getHead()
           
 SgmlTag SgmlTag.newChild(String pTag)
           
 SgmlTag SgmlTag.parent(SgmlTag pParent)
           
 SgmlTag SgmlTag.writeTo(StringBuilder pBuilder)
           
 SgmlTag SgmlTag.writeTo(Writer pWriter)
           
 

Methods in com.notuvy.sgml with parameters of type SgmlTag
 SgmlTag SgmlTag.addSubTree(SgmlTag pTag)
           
 SgmlTag SgmlTag.parent(SgmlTag pParent)
           
 

Constructors in com.notuvy.sgml with parameters of type SgmlTag
SgmlTag.A(Object pHref, SgmlTag pSgmlTag)
           
 



Copyright © 2013. All Rights Reserved.