Uses of Class
org.weborganic.xmldoclet.XMLNode

Uses of XMLNode in org.weborganic.xmldoclet
 

Methods in org.weborganic.xmldoclet that return XMLNode
 XMLNode XMLNode.attribute(String name, boolean value)
          Adds an attribute to the node
 XMLNode XMLNode.attribute(String name, String value)
          Adds an attribute to the node
 XMLNode XMLNode.child(List<XMLNode> nodes)
          Adds a list of child nodes.
 XMLNode XMLNode.child(XMLNode node)
          Adds a child node.
 XMLNode XMLNode.text(String text)
          Adds text to the content of the node.
abstract  XMLNode BlockTag.toXMLNode(Tag tag)
          Returns the XML node corresponding to this taglet.
 

Methods in org.weborganic.xmldoclet with parameters of type XMLNode
 XMLNode XMLNode.child(XMLNode node)
          Adds a child node.
 

Method parameters in org.weborganic.xmldoclet with type arguments of type XMLNode
 XMLNode XMLNode.child(List<XMLNode> nodes)
          Adds a list of child nodes.