|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.path.Test
org.basex.query.path.DocTest
public final class DocTest
Document kind test.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.path.Test |
---|
Test.Mode |
Field Summary |
---|
Fields inherited from class org.basex.query.path.Test |
---|
ATT, COM, DOC, ELM, mode, name, NOD, NSP, PI, TXT, type |
Constructor Summary | |
---|---|
DocTest(Test t)
Constructor. |
Method Summary | |
---|---|
Test |
copy()
Copies this test. |
boolean |
eq(ANode node)
Tests if the test yields true. |
Test |
intersect(Test other)
Computes the intersection between two tests. |
boolean |
nsSensitive()
Checks if this test is namespace-sensitive. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.query.path.Test |
---|
compile, eq, get, sameAs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocTest(Test t)
t
- child test (may be null
)Method Detail |
---|
public Test copy()
Test
copy
in class Test
public boolean eq(ANode node)
Test
eq
in class Test
node
- node to be checked
public java.lang.String toString()
toString
in class java.lang.Object
public boolean nsSensitive()
Test
nsSensitive
in class Test
public Test intersect(Test other)
Test
intersect
in class Test
other
- other test
null
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |