Uses of Interface
com.jclark.xsl.om.SafeNodeIterator

Packages that use SafeNodeIterator
com.jclark.xsl.om The XML object model  
 

Uses of SafeNodeIterator in com.jclark.xsl.om
 

Methods in com.jclark.xsl.om that return SafeNodeIterator
 SafeNodeIterator Node.getChildren()
          as the name implies ...
 SafeNodeIterator Node.getFollowingSiblings()
          as the name implies ...
 SafeNodeIterator Node.getAttributes()
          does this only work on Elements?