TAGHandler Class Reference

Inherits org::xml::sax::ErrorHandler, and org::xml::sax::DocumentHandler.

List of all members.


Detailed Description

SAX parser handler that handles XML 1-wire tags.

Public Member Functions

void setDocumentLocator (Locator locator)
 Method setDocumentLocator.
void startDocument () throws SAXException
 Method startDocument.
void endDocument () throws SAXException
 Method endDocument.
void startElement (String name, AttributeList atts) throws SAXException
 Method startElement.
void endElement (String name) throws SAXException
 Method endElement.
void characters (char ch[], int start, int length) throws SAXException
 Method characters.
void ignorableWhitespace (char ch[], int start, int length) throws SAXException
 Method ignorableWhitespace.
void processingInstruction (String target, String data) throws SAXException
 Method processingInstruction.
Vector getTaggedDeviceList ()
 Method getTaggedDeviceList.
void setAdapter (DSPortAdapter adapter) throws com.dalsemi.onewire.OneWireException
 Method setAdapter.
void fatalError (SAXParseException exception) throws SAXParseException
 Method fatalError.
void error (SAXParseException exception) throws SAXParseException
 Method error.
void warning (SAXParseException exception)
 Method warning.
Vector getAllBranches ()
 Method getAllBranches.
Vector getAllBranchPaths ()
 Method getAllBranchPaths.

Member Function Documentation

void setDocumentLocator ( Locator  locator  ) 

Method setDocumentLocator.

Parameters:
locator 

void startDocument (  )  throws SAXException

Method startDocument.

Exceptions:
SAXException 

void endDocument (  )  throws SAXException

Method endDocument.

Exceptions:
SAXException 

void startElement ( String  name,
AttributeList  atts 
) throws SAXException

Method startElement.

Parameters:
name 
atts 
Exceptions:
SAXException 

void endElement ( String  name  )  throws SAXException

Method endElement.

Parameters:
name 
Exceptions:
SAXException 

void characters ( char  ch[],
int  start,
int  length 
) throws SAXException

Method characters.

Parameters:
ch 
start 
length 
Exceptions:
SAXException 

void ignorableWhitespace ( char  ch[],
int  start,
int  length 
) throws SAXException

Method ignorableWhitespace.

Parameters:
ch 
start 
length 
Exceptions:
SAXException 

void processingInstruction ( String  target,
String  data 
) throws SAXException

Method processingInstruction.

Parameters:
target 
data 
Exceptions:
SAXException 

Vector getTaggedDeviceList (  ) 

Method getTaggedDeviceList.

Returns:

void setAdapter ( DSPortAdapter  adapter  )  throws com.dalsemi.onewire.OneWireException

Method setAdapter.

Parameters:
adapter 
Exceptions:
com.dalsemi.onewire.OneWireException 

void fatalError ( SAXParseException  exception  )  throws SAXParseException

Method fatalError.

Parameters:
exception 
Exceptions:
SAXParseException 

void error ( SAXParseException  exception  )  throws SAXParseException

Method error.

Parameters:
exception 
Exceptions:
SAXParseException 

void warning ( SAXParseException  exception  ) 

Method warning.

Parameters:
exception 

Vector getAllBranches (  ) 

Method getAllBranches.

Parameters:
no parameters
Returns:
Vector of all TaggedDevices of type "branch".

Vector getAllBranchPaths (  ) 

Method getAllBranchPaths.

Parameters:
no parameters
Returns:
Vector of all possible OWPaths.


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

Generated on Thu Aug 28 15:42:32 2008 for 1-Wire API for .NET by  doxygen 1.5.6