|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sugar4Xml | |
---|---|
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 Sugar4Xml in sugar4xml |
---|
Classes in sugar4xml with type parameters of type Sugar4Xml | |
---|---|
class |
Sugar4Xml<T extends Sugar4Xml<?>>
Writes arbitrary xml to a Writer destination using only the two methods
element() and end() . |
Subclasses of Sugar4Xml in sugar4xml | |
---|---|
static class |
Sugar4Xml.Default
Default, type-argument less implementation. |
Methods in sugar4xml with parameters of type Sugar4Xml | |
---|---|
T |
Sugar4Xml.embedd(Sugar4Xml<?> xml)
|
T |
Sugar4Xml.nsembedd(String nsPrefix,
Sugar4Xml<?> xml)
|
Uses of Sugar4Xml in sugar4xml.xhtml |
---|
Subclasses of Sugar4Xml in sugar4xml.xhtml | |
---|---|
class |
XHtml<T extends XHtml<?>>
Elements and attributes contained in xhtml1-strict.xsd.dat . |
Uses of Sugar4Xml in sugar4xml.xsd |
---|
Subclasses of Sugar4Xml in sugar4xml.xsd | |
---|---|
class |
Xsd<T extends Xsd<?>>
Elements and attributes contained in XMLSchema.xsd.dat . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |