| java.lang.Object org.xml.sax.helpers.DefaultHandler junitx.ddtunit.data.processing.parser.ContentHandler
Method Summary | |
public void | characters(char[] buffer, int offset, int length) Process simple content of xml tag values. | public void | comment(char[] ch, int start, int length) | public void | endCDATA() | public void | endDTD() | public void | endDocument() SAX event endDocument ... | public void | endElement(String namespace, String localName, String qName) | public void | endEntity(String name) | public void | error(SAXParseException e) | public String | getClusterId() | public void | ignorableWhitespace(char[] buffer, int offset, int length) | public void | setClusterId(String clusterId) | public void | setDocumentLocator(Locator aLocator) | public void | startCDATA() | public void | startDTD(String name, String publicId, String systemId) | public void | startDocument() SAX event startDocument ... | public void | startElement(String namespaceURI, String localName, String qName, Attributes attributes) | public void | startEntity(String name) |
ContentHandler | public ContentHandler(String resourceName, IDataSet clusterDataSet)(Code) | | Instanciate sax content handler
Parameters: aParser - |
characters | public void characters(char[] buffer, int offset, int length) throws SAXException(Code) | | Process simple content of xml tag values. Ignore content outside
of <obj> tags. No splitted text content is
processed correctly.
Parameters: buffer - of character that contains value of xml element Parameters: offset - of xml value start Parameters: length - of xml value content throws: SAXException - if any processing error occures |
endDocument | public void endDocument()(Code) | | SAX event endDocument ...
|
endElement | public void endElement(String namespace, String localName, String qName) throws SAXException(Code) | | SAX endElement()
Parameters: namespace - of xml element Parameters: localName - of xml element Parameters: qName - qualified name of xml element throws: SAXException - if any parsing exception occures |
ignorableWhitespace | public void ignorableWhitespace(char[] buffer, int offset, int length)(Code) | | |
setClusterId | public void setClusterId(String clusterId)(Code) | | |
setDocumentLocator | public void setDocumentLocator(Locator aLocator)(Code) | | Set Locator
Parameters: aLocator - |
startDocument | public void startDocument()(Code) | | SAX event startDocument ...
|
startElement | public void startElement(String namespaceURI, String localName, String qName, Attributes attributes)(Code) | | SAX startElement()
Parameters: namespaceURI - namespace not null if provided in xml element Parameters: localName - of xml element Parameters: qName - qualified name of xml element Parameters: attributes - of xml element |
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)
|
|
|