to.etc.xml
Class TextSelector

java.lang.Object
  extended by to.etc.xml.TextSelector
All Implemented Interfaces:
PathSelector

public class TextSelector
extends java.lang.Object
implements PathSelector

Matches a single #text node. The node cannot contain anything else but #text nodes.

Created on Jun 9, 2005

Author:
Frits Jalvingh

Constructor Summary
TextSelector()
           
 
Method Summary
 org.w3c.dom.Node select(org.w3c.dom.Node root, org.w3c.dom.Node parent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextSelector

public TextSelector()
Method Detail

select

public org.w3c.dom.Node select(org.w3c.dom.Node root,
                               org.w3c.dom.Node parent)
                        throws java.lang.Exception
Specified by:
select in interface PathSelector
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object