sugar4xml.lang
Class Sax

java.lang.Object
  extended by sugar4xml.lang.Sax

public class Sax
extends Object

Extensions for classes that reside in org.xml.sax.

Version:
$Id: Sax.java,v 1.2 2008/02/08 16:13:14 krizzdewizz Exp $
Author:
krizzdewizz

Nested Class Summary
static interface Sax.AttributesMethod
          Method to run for each attribute in Attributes.
 
Method Summary
static void forEachAttribute(Attributes attributes, Sax.AttributesMethod method)
          Runs the given method for each attribute in attributes.
 

Method Detail

forEachAttribute

public static void forEachAttribute(Attributes attributes,
                                    Sax.AttributesMethod method)
Runs the given method for each attribute in attributes.

Parameters:
attributes -
method -