|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.ibm.itim.dataservices.model.ObjectProfileOperationContentHandler
public class 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.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlernamespaceURI - 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.ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||