1-Wire API for .NET Version 4.00
Public Member Functions

TAGHandler Class Reference

SAX parser handler that handles XML 1-wire tags. More...

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

List of all members.

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.

Detailed Description

SAX parser handler that handles XML 1-wire tags.


Member Function Documentation

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

Method characters.

Parameters:
ch
start
length
Exceptions:
SAXException
void endDocument ( ) throws SAXException

Method endDocument.

Exceptions:
SAXException
void endElement ( String  name) throws SAXException

Method endElement.

Parameters:
name
Exceptions:
SAXException
void error ( SAXParseException  exception) throws SAXParseException

Method error.

Parameters:
exception
Exceptions:
SAXParseException
void fatalError ( SAXParseException  exception) throws SAXParseException

Method fatalError.

Parameters:
exception
Exceptions:
SAXParseException
Vector getAllBranches ( )

Method getAllBranches.

Parameters:
noparameters
Returns:
Vector of all TaggedDevices of type "branch".
Vector getAllBranchPaths ( )

Method getAllBranchPaths.

Parameters:
noparameters
Returns:
Vector of all possible OWPaths.
Vector getTaggedDeviceList ( )

Method getTaggedDeviceList.

Returns:
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
void setAdapter ( DSPortAdapter  adapter) throws com.dalsemi.onewire.OneWireException

Method setAdapter.

Parameters:
adapter
Exceptions:
com.dalsemi.onewire.OneWireException
void setDocumentLocator ( Locator  locator)

Method setDocumentLocator.

Parameters:
locator
void startDocument ( ) throws SAXException

Method startDocument.

Exceptions:
SAXException
void startElement ( String  name,
AttributeList  atts 
) throws SAXException

Method startElement.

Parameters:
name
atts
Exceptions:
SAXException
void warning ( SAXParseException  exception)

Method warning.

Parameters:
exception

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