public class XmlDataAnyTag extends XmlDataContentTag
Constructor and Description |
---|
XmlDataAnyTag()
Creates an XMlData wildcard tag with a particle Id of 1.
|
XmlDataAnyTag(int particle)
Creates an XMlData wildcard tag with the specified particle Id.
|
Modifier and Type | Method and Description |
---|---|
static XmlDataAnyTag |
createFromFullName(java.lang.String name)
Creates an XmlDataAnyTag from its literal form, for example {3}*any.
|
isAny, isGroup, isSubstitution
public XmlDataAnyTag()
public XmlDataAnyTag(int particle)
particle
- Idpublic static XmlDataAnyTag createFromFullName(java.lang.String name)
name
- the full name of the *any field, for exampe {1}*any