de.lessvoid.xml.xpp3
Class SubstitutionGroup

java.lang.Object
  extended by de.lessvoid.xml.xpp3.SubstitutionGroup

public class SubstitutionGroup
extends Object

SubstitutionGroup thing.

Author:
void

Constructor Summary
SubstitutionGroup()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstitutionGroup

public SubstitutionGroup()
Method Detail

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 tag
xmlElement - the xmlElement processor
Returns:
this


Copyright © 2012. All Rights Reserved.