Uses of Class
org.sonatype.maven.polyglot.java.xml.ConfiugrationXmlBuilder.TagContext
-
Packages that use ConfiugrationXmlBuilder.TagContext Package Description org.sonatype.maven.polyglot.java.xml -
-
Uses of ConfiugrationXmlBuilder.TagContext in org.sonatype.maven.polyglot.java.xml
Methods in org.sonatype.maven.polyglot.java.xml that return ConfiugrationXmlBuilder.TagContext Modifier and Type Method Description ConfiugrationXmlBuilder.TagContext
ConfiugrationXmlBuilder.TagContext. attribute(java.lang.String name, java.lang.String value)
ConfiugrationXmlBuilder.TagContext
ConfiugrationXmlBuilder.TagContext. cdata(java.lang.Object content)
ConfiugrationXmlBuilder.TagContext
ConfiugrationXmlBuilder.TagContext. child(java.lang.String name)
ConfiugrationXmlBuilder.TagContext
ConfiugrationXmlBuilder.TagContext. content(java.lang.Object content)
Methods in org.sonatype.maven.polyglot.java.xml with parameters of type ConfiugrationXmlBuilder.TagContext Modifier and Type Method Description void
ConfiugrationXmlBuilder.TagFunction. apply(ConfiugrationXmlBuilder.TagContext tagContext)
-