Qizx/open API

net.axyana.qizxopen.dm
Class AttributeTest

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

public class AttributeTest
extends BaseNodeTest

Convenience class implementing NodeTest on attributes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.axyana.qizxopen.dm.BaseNodeTest
kind, name, namespace, qname
 
Constructor Summary
AttributeTest(Namespace namespace, java.lang.String name)
          Builds a node test matching elements.
AttributeTest(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

AttributeTest

public AttributeTest(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 *.

AttributeTest

public AttributeTest(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