Uses of Interface
org.melati.template.AttributeMarkupLanguage

Packages that use AttributeMarkupLanguage
org.melati.template Using Templates to render Objects to output formats. 
 

Uses of AttributeMarkupLanguage in org.melati.template
 

Classes in org.melati.template that implement AttributeMarkupLanguage
 class HTMLAttributeMarkupLanguage
          An HTML based markup language suitable for markup within an attribute tag.
 class WMLAttributeMarkupLanguage
          A WML based markup language suitable for markup within an attribute tag.
 class XMLAttributeMarkupLanguage
          A XML based markup language suitable for markup within an attribute tag.
 

Methods in org.melati.template that return AttributeMarkupLanguage
 AttributeMarkupLanguage XMLMarkupLanguage.getAttr()
          Get the associated MarkupLaguage for rendering attributes.
 AttributeMarkupLanguage WMLMarkupLanguage.getAttr()
          Get the associated MarkupLaguage for rendering attributes.
 AttributeMarkupLanguage HTMLMarkupLanguage.getAttr()
          Get an appropriate markup language to render attributes.
 AttributeMarkupLanguage MarkupLanguage.getAttr()
          The AttributeMarkupLanguage associated with this MarkupLanguage.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.