Uses of Class
com.hp.hpl.sparta.Text

Packages that use Text
com.hp.hpl.sparta A light-weight, simplified XML parser, DOM, and XPATH interpreter. 
 

Uses of Text in com.hp.hpl.sparta
 

Methods in com.hp.hpl.sparta with parameters of type Text
 void Element.replaceChild(Text newChild, Node oldChild)
          Replace oldChild with newChild.