org.ucl.xpath.ast
Class SchemaElemTest

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.SchemaElemTest

public class SchemaElemTest
extends KindTest

Support for Schema Element Test.


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

Constructor Detail

SchemaElemTest

public SchemaElemTest(QName arg)
Constructor for SchemaElemTest.

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.

name

public QName name()
Support for QName interface.

Returns:
Result of QName operation.