|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Creator | |
|---|---|
| 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). |
| Uses of Creator in sugar4j |
|---|
| Classes in sugar4j that implement Creator | |
|---|---|
class |
Sugar4j<T extends Sugar4j<?>>
Abstract base class for all sugar generating needs. |
| Uses of Creator in sugar4j.lang |
|---|
| Classes in sugar4j.lang that implement Creator | |
|---|---|
class |
Expr
Base implementation of an expression. |
static class |
Expr.Default
Implements the doCreate() method. |
class |
ExprBase<T extends ExprBase<?>>
Base class for expressions. |
| Uses of Creator in sugar4xml |
|---|
| Classes in sugar4xml that implement Creator | |
|---|---|
class |
InstanceBuilder
Given an existing xml, creates a Sugar4Xml subclass that writes that very xml
again. |
class |
Schema2Package
Given an existing w3c XSD schema document, creates a Sugar4Xml subclass for
type-safe creating instance documents of that schema. |
class |
Sugar4Xml<T extends Sugar4Xml<?>>
Writes arbitrary xml to a Writer destination using only the two methods
element() and end(). |
static class |
Sugar4Xml.Default
Default, type-argument less implementation. |
| Uses of Creator in sugar4xml.xhtml |
|---|
| Classes in sugar4xml.xhtml that implement Creator | |
|---|---|
class |
XHtml<T extends XHtml<?>>
Elements and attributes contained in xhtml1-strict.xsd.dat. |
| Uses of Creator in sugar4xml.xsd |
|---|
| Classes in sugar4xml.xsd that implement Creator | |
|---|---|
class |
Xsd<T extends Xsd<?>>
Elements and attributes contained in XMLSchema.xsd.dat. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||