|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--com.ibm.itim.dataservices.model.ObjectProfileOperationContentHandler
This class parses ObjectProfileOperation from xml string
Constructor Summary | |
---|---|
ObjectProfileOperationContentHandler(ObjectProfileOperation op)
|
Method Summary | |
---|---|
void |
endDocument()
to receive information about end of the document |
void |
startElement(java.lang.String namespaceURI,
java.lang.String elementName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Receives info about started parse of new element. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
characters, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectProfileOperationContentHandler(ObjectProfileOperation op)
Method Detail |
public void startElement(java.lang.String namespaceURI, java.lang.String elementName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
namespaceURI
- elementName
- Need to set the namespaces feature of
the SAXParser to true to be sure to receive
this value.qName
- atts
-
org.xml.sax.SAXException
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |