com.servingxml.util
Class QualifiedNameToken

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

public class QualifiedNameToken
extends NameTest

01/05/15


Field Summary
 
Fields inherited from class com.servingxml.util.NameTest
ANY, NONE
 
Constructor Summary
QualifiedNameToken(Name name)
          Creates a name token
 
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

QualifiedNameToken

public QualifiedNameToken(Name name)
Creates a name token

Method Detail

matches

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