public class SubstitutionGroup extends Object
Constructor and Description |
---|
SubstitutionGroup() |
Modifier and Type | Method and Description |
---|---|
SubstitutionGroup |
add(String tag,
XmlProcessor xmlElement)
Add an XmlElementProcessor for the given tag to this SubstituionGroup.
|
XmlProcessor |
matches(String tag)
Check if the given tag is contained in the list of registered tags.
|
public XmlProcessor matches(String tag)
tag
- tag to checkpublic SubstitutionGroup add(String tag, XmlProcessor xmlElement)
tag
- the tagxmlElement
- the xmlElement processorCopyright © 2013. All Rights Reserved.