Uses of Interface
net.sf.tacos.markup.IExtendedMarkupWriter

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
          Decorates an existing IMarkupWriter in order to add a few shortcut methods.
 

Methods in net.sf.tacos.markup that return IExtendedMarkupWriter
 IExtendedMarkupWriter ExtendedMarkupWriterImpl.create(String tag, String... attributes)
          Starts a new element and appends the given attributes and values.
 IExtendedMarkupWriter IExtendedMarkupWriter.create(String tag, String... attributes)
          Starts a new element and appends the given attributes and values.
 IExtendedMarkupWriter ExtendedMarkupWriterImpl.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 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.
 



Copyright ? 2007-2008 SourceForge.net. All Rights Reserved.