de.lessvoid.xml.xpp3
Class SubstitutionGroup
java.lang.Object
de.lessvoid.xml.xpp3.SubstitutionGroup
public class SubstitutionGroup
- extends Object
SubstitutionGroup thing.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstitutionGroup
public SubstitutionGroup()
matches
public XmlProcessor matches(String tag)
- Check if the given tag is contained in the list of registered tags.
- Parameters:
tag
- tag to check
- Returns:
- registered XmlElementProcessor or null
add
public SubstitutionGroup add(String tag,
XmlProcessor xmlElement)
- Add an XmlElementProcessor for the given tag to this SubstituionGroup.
- Parameters:
tag
- the tagxmlElement
- the xmlElement processor
- Returns:
- this
Copyright © 2011. All Rights Reserved.