Class PrefixNamespaceTest
- java.lang.Object
-
- org.jaxen.pattern.Pattern
-
- org.jaxen.pattern.NodeTest
-
- org.jaxen.pattern.NamespaceTest
-
- org.smooks.engine.resource.config.xpath.PrefixNamespaceTest
-
public class PrefixNamespaceTest extends org.jaxen.pattern.NamespaceTestNamespaceTesttests for a given namespace URI.- Version:
- $Revision$
- Author:
- James Strachan
-
-
Constructor Summary
Constructors Constructor Description PrefixNamespaceTest(String prefix, short nodeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetURI(Object node, org.jaxen.Context context)Returns the URI of the current prefix or "" if no URI can be found-
Methods inherited from class org.jaxen.pattern.NamespaceTest
getMatchType, getPriority, getText, matches, toString
-
-