Uses of Class
org.millscript.millscript.datatypes.XmlComment

Packages that use XmlComment
org.millscript.millscript.render   
org.millscript.millscript.tools   
org.millscript.millscript.vm   
 

Uses of XmlComment in org.millscript.millscript.render
 

Methods in org.millscript.millscript.render with parameters of type XmlComment
 void XMLCDATARenderer.renderXMLComment(XmlComment c)
           
 void AbstractRenderer.renderXMLComment(XmlComment c)
           
 void XSLTRenderer.renderXMLComment(XmlComment c)
           
 void HTMLCDATARenderer.renderXMLComment(XmlComment c)
           
 void Renderer.renderXMLComment(XmlComment c)
          Renders the specified XML comment using this renderer.
 

Uses of XmlComment in org.millscript.millscript.tools
 

Methods in org.millscript.millscript.tools that return XmlComment
static XmlComment CastLibrary.toXmlComment(java.lang.Object x)
          Casts the supplied Object to an XmlComment.
 

Uses of XmlComment in org.millscript.millscript.vm
 

Methods in org.millscript.millscript.vm that return XmlComment
 XmlComment Machine.popXmlComment()
          Pops an XmlComment off the stack and returns it.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.