public static class MojoExecutor.Element extends Object
Constructor | Description |
---|---|
Element(String name,
String text,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
|
Element(String name,
String text,
MojoExecutor.Element... children) |
|
Element(String name,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
|
Element(String name,
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–2019. All rights reserved.