public static class MojoExecutor.Element extends Object
Constructor and Description |
---|
Element(String name,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
Element(String name,
MojoExecutor.Element... children) |
Element(String name,
String text,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
Element(String name,
String text,
MojoExecutor.Element... children) |
public Element(String name, MojoExecutor.Element... children)
public Element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
public Element(String name, String text, MojoExecutor.Element... children)
public Element(String name, String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
Copyright © 2008–2020. All rights reserved.