|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
cz.vutbr.fit.atomicity.AtomicityCollection.XMLHandler
class AtomicityCollection.XMLHandler
A class implements the handler for processing an XML file. The methods of this class are called during the processing of the XML.
Constructor Summary | |
---|---|
AtomicityCollection.XMLHandler()
|
Method Summary | |
---|---|
void |
endDocument()
Called at the end of parsing. |
void |
endElement(java.lang.String namespaceURL,
java.lang.String localName,
java.lang.String qname)
Called when the parser gets to some end element. |
void |
characters(char[] buffer,
int start,
int length)
When the parser encounters plain text (not XML elements), it calls this method. |
void |
startElement(java.lang.String namespaceURL,
java.lang.String localName,
java.lang.String qname,
org.xml.sax.Attributes attributes)
Called when the parser gets to some start element. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AtomicityCollection.XMLHandler()
Method Detail |
---|
public void characters(char[] buffer, int start, int length)
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
public void startElement(java.lang.String namespaceURL, java.lang.String localName, java.lang.String qname, org.xml.sax.Attributes attributes)
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
public void endElement(java.lang.String namespaceURL, java.lang.String localName, java.lang.String qname)
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
public void endDocument()
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |