edu.rice.cs.hpc.data.experiment.xml.Builder Class Reference

Abstract superclass of all XML builder classes. More...

Inheritance diagram for edu.rice.cs.hpc.data.experiment.xml.Builder:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.data.experiment.xml.Builder:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Builder ()
void setParser (Parser parser)
int getParseOK ()
int getParseErrorLineNumber ()
abstract void begin ()
abstract void beginElement (String element, String[] attributes, String[] values)
abstract void content (String s)
abstract void endElement (String element)
abstract void end ()
void error (int lineNumber)
void error ()
void Assert (boolean predicate)

Static Public Attributes

static int PARSER_OK = 0
static int PARSER_FAIL = 1
static int PARSER_OLDXML = 2

Protected Attributes

Parser parser
 The parser which owns this builder.
int parseOK
 Whether parsing was successful.
int parseErrorLineNumber
 The line number of the first parse error in the file.

Detailed Description

Abstract superclass of all XML builder classes.

Definition at line 34 of file Builder.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.xml.Builder.Builder (  ) 

Member Function Documentation

void edu.rice.cs.hpc.data.experiment.xml.Builder.Assert ( boolean  predicate  ) 
abstract void edu.rice.cs.hpc.data.experiment.xml.Builder.begin (  )  [pure virtual]
abstract void edu.rice.cs.hpc.data.experiment.xml.Builder.beginElement ( String  element,
String[]  attributes,
String[]  values 
) [pure virtual]
abstract void edu.rice.cs.hpc.data.experiment.xml.Builder.content ( String  s  )  [pure virtual]
abstract void edu.rice.cs.hpc.data.experiment.xml.Builder.end (  )  [pure virtual]
abstract void edu.rice.cs.hpc.data.experiment.xml.Builder.endElement ( String  element  )  [pure virtual]
void edu.rice.cs.hpc.data.experiment.xml.Builder.error (  ) 
void edu.rice.cs.hpc.data.experiment.xml.Builder.error ( int  lineNumber  ) 
int edu.rice.cs.hpc.data.experiment.xml.Builder.getParseErrorLineNumber (  ) 
int edu.rice.cs.hpc.data.experiment.xml.Builder.getParseOK (  ) 
void edu.rice.cs.hpc.data.experiment.xml.Builder.setParser ( Parser  parser  ) 

Definition at line 83 of file Builder.java.

Referenced by edu.rice.cs.hpc.data.experiment.xml.Parser.Parser().


Member Data Documentation

Whether parsing was successful.

Definition at line 46 of file Builder.java.

Referenced by edu.rice.cs.hpc.data.experiment.xml.Builder.error(), and edu.rice.cs.hpc.data.experiment.xml.Builder.getParseOK().

Definition at line 39 of file Builder.java.

Definition at line 38 of file Builder.java.

Definition at line 40 of file Builder.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1