sugar4xml.lang
Interface Sax.AttributesMethod

Enclosing class:
Sax

public static interface Sax.AttributesMethod

Method to run for each attribute in Attributes.


Method Summary
 void run(int index, String localName, String qName, String value)
          The current iteration.
 

Method Detail

run

void run(int index,
         String localName,
         String qName,
         String value)
The current iteration.

Parameters:
index - The index of the iteration
localName -
qName -
value -