Uses of Package
sugar4j.lang

Packages that use sugar4j.lang
sugar4j Another kind of template engine to produce java code. 
sugar4j.lang Fundamental base classes, generated package content and extension methods. 
sugar4xml Writes arbitrary xml using only the two methods element() and end()
sugar4xml.xhtml Extend from this class to write w3c XHTML documents (xhtml1-strict.xsd). 
sugar4xml.xsd Extend from this class to write w3c XSD documents (XSDSchema.xsd). 
 

Classes in sugar4j.lang used by sugar4j
Creator
          Creates the 'sugar'.
ExprBase
          Base class for expressions.
JavaLang
          Public classes and fields contained in the java.lang package.
JavaUtil
          Public classes and fields contained in the java.util package.
Nullable
          If present, the variable, field, parameter or return value of a method may be null.
Optional
          Allowed on a 'varargs' method parameter to indicate that the array contains 0 or 1 element.
 

Classes in sugar4j.lang used by sugar4j.lang
Adder
          The container of all add operations.
Creator
          Creates the 'sugar'.
Expr
          Base implementation of an expression.
ExprBase
          Base class for expressions.
JavaLang
          Public classes and fields contained in the java.lang package.
JavaLang.Keywords
          All currently known java keywords.
JavaUtil
          Public classes and fields contained in the java.util package.
Lang.PairMethod
          Code to run for a pair.
Sugar4jException
          Exception thrown from within Sugar4j.
Tag.Content
          Obtains the tag's content.
 

Classes in sugar4j.lang used by sugar4xml
Creator
          Creates the 'sugar'.
JavaLang
          Public classes and fields contained in the java.lang package.
JavaUtil
          Public classes and fields contained in the java.util package.
Nullable
          If present, the variable, field, parameter or return value of a method may be null.
 

Classes in sugar4j.lang used by sugar4xml.xhtml
Creator
          Creates the 'sugar'.
 

Classes in sugar4j.lang used by sugar4xml.xsd
Creator
          Creates the 'sugar'.