Class ConfiugrationXmlBuilder.TagContext
- java.lang.Object
-
- org.sonatype.maven.polyglot.java.xml.ConfiugrationXmlBuilder.TagContext
-
- Enclosing class:
- ConfiugrationXmlBuilder
public class ConfiugrationXmlBuilder.TagContext extends Object
-
-
Constructor Summary
Constructors Constructor Description TagContext(String name, ConfiugrationXmlBuilder xmlBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfiugrationXmlBuilder.TagContext
attribute(String name, String value)
ConfiugrationXmlBuilder.TagContext
cdata(Object content)
ConfiugrationXmlBuilder.TagContext
child(String name)
ConfiugrationXmlBuilder
child(String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
ConfiugrationXmlBuilder.TagContext
content(Object content)
String
getName()
-
-
-
Constructor Detail
-
TagContext
public TagContext(String name, ConfiugrationXmlBuilder xmlBuilder)
-
-
Method Detail
-
getName
public String getName()
-
attribute
public ConfiugrationXmlBuilder.TagContext attribute(String name, String value)
-
content
public ConfiugrationXmlBuilder.TagContext content(Object content)
-
child
public ConfiugrationXmlBuilder child(String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
-
child
public ConfiugrationXmlBuilder.TagContext child(String name)
-
cdata
public ConfiugrationXmlBuilder.TagContext cdata(Object content)
-
-