com.servingxml.util
Class NameTestList

java.lang.Object
  extended by com.servingxml.util.NameTest
      extended by com.servingxml.util.NameTestList

public class NameTestList
extends NameTest

01/05/15


Field Summary
 
Fields inherited from class com.servingxml.util.NameTest
ANY, NONE
 
Constructor Summary
NameTestList(NameTest nameToken, NameTest tail)
           
 
Method Summary
 boolean matches(java.lang.String namespaceUri, java.lang.String localName)
           
 
Methods inherited from class com.servingxml.util.NameTest
matches, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameTestList

public NameTestList(NameTest nameToken,
                    NameTest tail)
Method Detail

matches

public boolean matches(java.lang.String namespaceUri,
                       java.lang.String localName)
Specified by:
matches in class NameTest