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