textbender.g.xml.sax
Class SAX

java.lang.Object
  extended by SAX

public final class SAX
extends Object

Grab-bag of utilities for SAX.


Method Summary
static String uriFromDOM(Node node, String prefix)
          Does a URI lookup on the node, for the specified prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

uriFromDOM

public static String uriFromDOM(Node node,
                                String prefix)
Does a URI lookup on the node, for the specified prefix.

Parameters:
prefix - per node.getPrefix()