| java.lang.Object org.xml.sax.helpers.DefaultHandler com.sun.esb.management.common.data.helper.NMRStatisticsDataReader
Method Summary | |
public void | characters(char[] ch, int start, int length) Process the character report for current tag. | public void | endDocument() End of document processing. | public void | endElement(String uri, String localName, String qName) Process the end element tag. | public Map<String /* instanceName */, NMRStatisticsData> | getNMRStatisticsDataMap() | public static void | main(String[] args) | public static Map<String /* instanceName */, NMRStatisticsData> | parseFromFile(String fileName) | public static Map<String /* instanceName */, NMRStatisticsData> | parseFromFile(File file) | public static Map<String /* instanceName */, NMRStatisticsData> | parseFromURI(String uriString) | public static Map<String /* instanceName */, NMRStatisticsData> | parseFromURI(URI uri) | public static Map<String /* instanceName */, NMRStatisticsData> | parseFromXMLData(String rawXMLData) | public void | startDocument() Start of document processing. | public void | startElement(String uri, String localName, String qName, Attributes attributes) Process the new element.
Parameters: uri - is the Namespace URI, or the empty string if the element hasno Namespace URI or if Namespace processing is not beingperformed. Parameters: localName - is the The local name (without prefix), or the empty string ifNamespace processing is not being performed. Parameters: qName - is the qualified name (with prefix), or the empty string ifqualified names are not available. Parameters: attributes - is the attributes attached to the element. |
serialVersionUID | final static long serialVersionUID(Code) | | |
NMRStatisticsDataReader | public NMRStatisticsDataReader()(Code) | | Constructor - creates a new instance of NMRStatisticsDataReader
|
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | Process the character report for current tag.
Parameters: ch - are the element's characters. Parameters: start - is the start position in the character array. Parameters: length - is the number of characters to use from the character array. throws: org.xml.sax.SAXException - is any SAX exception, possibly wrapping another exception. |
endElement | public void endElement(String uri, String localName, String qName) throws SAXException(Code) | | Process the end element tag.
Parameters: uri - is the Namespace URI, or the empty string if the element hasno Namespace URI or if Namespace processing is not beingperformed. Parameters: localName - is the The local name (without prefix), or the empty string ifNamespace processing is not being performed. Parameters: qName - is the qualified name (with prefix), or the empty string ifqualified names are not available. throws: org.xml.sax.SAXException - is any SAX exception, possibly wrapping another exception. |
main | public static void main(String[] args)(Code) | | Parameters: args - |
startElement | public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code) | | Process the new element.
Parameters: uri - is the Namespace URI, or the empty string if the element hasno Namespace URI or if Namespace processing is not beingperformed. Parameters: localName - is the The local name (without prefix), or the empty string ifNamespace processing is not being performed. Parameters: qName - is the qualified name (with prefix), or the empty string ifqualified names are not available. Parameters: attributes - is the attributes attached to the element. If there are noattributes, it shall be an empty Attributes object. throws: org.xml.sax.SAXException - is any SAX exception, possibly wrapping another exception. |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|