|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xpath.Node
dk.brics.xpath.Test
dk.brics.xpath.NameTest
public class NameTest
Name-test node.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class dk.brics.xpath.Test |
|---|
Test.Kind |
| Constructor Summary | |
|---|---|
NameTest(String prefix,
String localname)
Constructs a new name-test node. |
|
| Method Summary | |
|---|---|
void |
apply(Visitor v)
Applies the given Visitor to this node. |
String |
getLocalName()
Gets the local name. |
String |
getPrefix()
Gets the namespace prefix. |
String |
getQualifiedName()
Gets the qualified name. |
| Methods inherited from class dk.brics.xpath.Test |
|---|
getKind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameTest(String prefix,
String localname)
prefix - namespace prefixlocalname - local name| Method Detail |
|---|
public void apply(Visitor v)
NodeVisitor to this node.
apply in class Testv - node visitorpublic String getLocalName()
public String getPrefix()
public String getQualifiedName()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||