org.jvnet.maven.jellydoc
Interface Item

All Superinterfaces:
com.sun.xml.txw2.TypedXmlWriter
All Known Subinterfaces:
Attribute, Body, Library, Tag

public interface Item
extends com.sun.xml.txw2.TypedXmlWriter

Author:
Kohsuke Kawaguchi

Method Summary
 com.sun.xml.txw2.TypedXmlWriter doc()
           
 void doc(java.lang.String content)
           
 
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
 

Method Detail

doc

com.sun.xml.txw2.TypedXmlWriter doc()

doc

void doc(java.lang.String content)


Copyright © 2011. All Rights Reserved.