org.jvnet.maven.jellydoc
Interface Tag

All Superinterfaces:
Item, com.sun.xml.txw2.TypedXmlWriter

public interface Tag
extends Item

Author:
Kohsuke Kawaguchi

Method Summary
 Attribute attribute()
           
 Body body()
           
 Tag className(java.lang.String value)
           
 Tag name(java.lang.String value)
           
 Tag noContent(boolean value)
           
 
Methods inherited from interface org.jvnet.maven.jellydoc.Item
doc, doc
 
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

className

Tag className(java.lang.String value)

name

Tag name(java.lang.String value)

noContent

Tag noContent(boolean value)

attribute

Attribute attribute()

body

Body body()


Copyright © 2011. All Rights Reserved.