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:
-
- Exceptions:
-
void endDocument |
( |
| ) |
throws SAXException |
Method endDocument.
- Exceptions:
-
void endElement |
( |
String |
name | ) |
throws SAXException |
Method endElement.
- Parameters:
-
- Exceptions:
-
void error |
( |
SAXParseException |
exception | ) |
throws SAXParseException |
Method error.
- Parameters:
-
- Exceptions:
-
void fatalError |
( |
SAXParseException |
exception | ) |
throws SAXParseException |
Method fatalError.
- Parameters:
-
- Exceptions:
-
Vector getAllBranches |
( |
| ) |
|
Method getAllBranches.
- Parameters:
-
- Returns:
- Vector of all TaggedDevices of type "branch".
Vector getAllBranchPaths |
( |
| ) |
|
Method getAllBranchPaths.
- Parameters:
-
- Returns:
- Vector of all possible OWPaths.
Vector getTaggedDeviceList |
( |
| ) |
|
Method getTaggedDeviceList.
- Returns:
void ignorableWhitespace |
( |
char |
ch[], |
|
|
int |
start, |
|
|
int |
length |
|
) |
| throws SAXException |
Method ignorableWhitespace.
- Parameters:
-
- Exceptions:
-
void processingInstruction |
( |
String |
target, |
|
|
String |
data |
|
) |
| throws SAXException |
Method processingInstruction.
- Parameters:
-
- Exceptions:
-
Method setAdapter.
- Parameters:
-
- Exceptions:
-
void setDocumentLocator |
( |
Locator |
locator | ) |
|
Method setDocumentLocator.
- Parameters:
-
void startDocument |
( |
| ) |
throws SAXException |
Method startDocument.
- Exceptions:
-
void startElement |
( |
String |
name, |
|
|
AttributeList |
atts |
|
) |
| throws SAXException |
Method startElement.
- Parameters:
-
- Exceptions:
-
void warning |
( |
SAXParseException |
exception | ) |
|
Method warning.
- Parameters:
-
The documentation for this class was generated from the following file: