|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExtendedMarkupWriter | |
---|---|
net.sf.tacos.markup |
Uses of IExtendedMarkupWriter in net.sf.tacos.markup |
---|
Classes in net.sf.tacos.markup that implement IExtendedMarkupWriter | |
---|---|
class |
ExtendedMarkupWriterImpl
|
Methods in net.sf.tacos.markup that return IExtendedMarkupWriter | |
---|---|
IExtendedMarkupWriter |
IExtendedMarkupWriter.create(String tag,
String... attributes)
Starts a new element and appends the given attributes and values. |
IExtendedMarkupWriter |
ExtendedMarkupWriterImpl.create(String tag,
String... attributes)
|
IExtendedMarkupWriter |
IExtendedMarkupWriter.createEmpty(String tag,
String... attributes)
Starts an element that will not later be matched with an end() call ( this is useful for elements that do not need closing tags ) and appends the given attributes and values. |
IExtendedMarkupWriter |
ExtendedMarkupWriterImpl.createEmpty(String tag,
String... attributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |