Uses of Interface
org.millscript.millscript.datatypes.Fragment

Packages that use Fragment
org.millscript.millscript.datatypes   
org.millscript.millscript.tools   
org.millscript.millscript.vm   
 

Uses of Fragment in org.millscript.millscript.datatypes
 

Classes in org.millscript.millscript.datatypes that implement Fragment
 class XmlComment
          An XmlComment is a lightweight object that plays the role of a comment in a XML document.
 class XmlElement
          XmlElement is a lightweight objects that plays the role of an XML element.
 

Uses of Fragment in org.millscript.millscript.tools
 

Methods in org.millscript.millscript.tools that return Fragment
static Fragment CastLibrary.toFragment(java.lang.Object x)
          Casts the supplied Object to a Fragment.
 

Uses of Fragment in org.millscript.millscript.vm
 

Methods in org.millscript.millscript.vm that return Fragment
 Fragment Machine.popFragment()
          Pops a Fragment off the stack and returns it.
 



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