org.ucl.xpath.ast
Class SchemaAttrTest

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.NodeTest
          extended byorg.ucl.xpath.ast.KindTest
              extended byorg.ucl.xpath.ast.SchemaAttrTest

public class SchemaAttrTest
extends KindTest

Support for Schema Attribute test.


Constructor Summary
SchemaAttrTest(QName arg)
          Constructor for SchemaAttrTest.
 
Method Summary
 java.lang.Object accept(XPathVisitor v)
          Support for Visitor interface.
 QName arg()
          Support for QName interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaAttrTest

public SchemaAttrTest(QName arg)
Constructor for SchemaAttrTest.

Parameters:
arg - QName argument.
Method Detail

accept

public java.lang.Object accept(XPathVisitor v)
Support for Visitor interface.

Specified by:
accept in class XPathNode
Returns:
Result of Visitor operation.

arg

public QName arg()
Support for QName interface.

Returns:
Result of QName operation.