Qizx/open API

net.axyana.qizxopen.dm
Class ElementTest

java.lang.Object
  extended bynet.axyana.qizxopen.dm.BaseNodeTest
      extended bynet.axyana.qizxopen.dm.ElementTest
All Implemented Interfaces:
NodeTest, java.io.Serializable

public class ElementTest
extends BaseNodeTest

Convenience class implementing NodeTest on elements.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.axyana.qizxopen.dm.BaseNodeTest
kind, name, namespace, qname
 
Constructor Summary
ElementTest(Namespace namespace, java.lang.String name)
          Builds a node test matching elements.
ElementTest(java.lang.String name)
          Builds a node test matching elements with a name in the blank namespace.
 
Methods inherited from class net.axyana.qizxopen.dm.BaseNodeTest
accepts, accepts, getNodeKind, needsNode, staticallyCheckable, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementTest

public ElementTest(Namespace namespace,
                   java.lang.String name)
Builds a node test matching elements.

Parameters:
namespace - of the element name. If null, represents the wildcard *:NCName.
name - local part of node name. If null, represents the wildcard ns:* or *.

ElementTest

public ElementTest(java.lang.String name)
Builds a node test matching elements with a name in the blank namespace.

Parameters:
name - local part of node name. If null, represents the wildcard ns:* or *.

© 2005 Axyana Software