BowlerKernel
|
Public Member Functions | |
Hexml (File hexml) throws ParserConfigurationException, SAXException, IOException | |
ArrayList< Core > | getCores () |
String | getRevision () |
Private Member Functions | |
void | loadRevision (Document doc) |
Static Private Member Functions | |
static String | getTagValue (String sTag, Element eElement) |
Private Attributes | |
String | revision ="" |
The Class Hexml.
Definition at line 22 of file Hexml.java.
com.neuronrobotics.sdk.bootloader.Hexml.Hexml | ( | File | hexml | ) | throws ParserConfigurationException, SAXException, IOException |
Instantiates a new hexml.
hexml | the hexml |
ParserConfigurationException | the parser configuration exception |
SAXException | the SAX exception |
IOException | Signals that an I/O exception has occurred. |
sample code from http://www.mkyong.com/java/how-to-read-xml-file-in-java-dom-parser/
Definition at line 38 of file Hexml.java.
References com.neuronrobotics.sdk.bootloader.NRBootCoreType.find(), com.neuronrobotics.sdk.bootloader.Hexml.getTagValue(), and com.neuronrobotics.sdk.bootloader.Hexml.loadRevision().
ArrayList<Core> com.neuronrobotics.sdk.bootloader.Hexml.getCores | ( | ) |
String com.neuronrobotics.sdk.bootloader.Hexml.getRevision | ( | ) |
Gets the revision.
Definition at line 130 of file Hexml.java.
References com.neuronrobotics.sdk.bootloader.Hexml.revision.
|
staticprivate |
Gets the tag value.
sTag | the s tag |
eElement | the e element |
Definition at line 110 of file Hexml.java.
Referenced by com.neuronrobotics.sdk.bootloader.Hexml.Hexml().
|
private |
Load revision.
doc | the doc |
Definition at line 93 of file Hexml.java.
References com.neuronrobotics.sdk.bootloader.Hexml.revision.
Referenced by com.neuronrobotics.sdk.bootloader.Hexml.Hexml().
|
private |
The revision.
Definition at line 28 of file Hexml.java.
Referenced by com.neuronrobotics.sdk.bootloader.Hexml.getRevision(), and com.neuronrobotics.sdk.bootloader.Hexml.loadRevision().