edu.rice.cs.hpc.data.experiment.xml.Parser.Handler Class Reference

An auxiliary class required by SAX parsers. More...

List of all members.

Public Member Functions

void setDocumentLocator (Locator locator)
 Takes note of the current parsing position within the input.
void startElement (String uri, String localName, String qualifiedName, Attributes attrs)
 Tells the builder an element is starting.
void characters (char[] chars, int start, int length)
 Gives the builder content characters within current element.
void endElement (String uri, String localName, String qualifiedName)
 Tells the builder the current element is ending.

Detailed Description

An auxiliary class required by SAX parsers.

Our handler class is an inner class of our Parser class. It accepts the SAX actions that occur during parsing and passes them to the parser's Builder instance.

Definition at line 211 of file Parser.java.


Member Function Documentation

void edu.rice.cs.hpc.data.experiment.xml.Parser.Handler.characters ( char[]  chars,
int  start,
int  length 
)

Gives the builder content characters within current element.

Definition at line 240 of file Parser.java.

void edu.rice.cs.hpc.data.experiment.xml.Parser.Handler.endElement ( String  uri,
String  localName,
String  qualifiedName 
)

Tells the builder the current element is ending.

Definition at line 249 of file Parser.java.

void edu.rice.cs.hpc.data.experiment.xml.Parser.Handler.setDocumentLocator ( Locator  locator  ) 

Takes note of the current parsing position within the input.

Definition at line 215 of file Parser.java.

void edu.rice.cs.hpc.data.experiment.xml.Parser.Handler.startElement ( String  uri,
String  localName,
String  qualifiedName,
Attributes  attrs 
)

Tells the builder an element is starting.

Definition at line 222 of file Parser.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1