|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.dm.BaseNodeTest
net.axyana.qizxopen.dm.AttributeTest
Convenience class implementing NodeTest on attributes.
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 |
public AttributeTest(Namespace namespace, java.lang.String name)
namespace
- of the element name.
If null, represents the wildcard *:NCName.name
- local part of node name.
If null, represents the wildcard ns:* or *.public AttributeTest(java.lang.String name)
name
- local part of node name.
If null, represents the wildcard ns:* or *.
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |