com.ibm.itim.dataservices.model

Class ObjectProfileOperationContentHandler

  • java.lang.Object
    • org.xml.sax.helpers.DefaultHandler
      • com.ibm.itim.dataservices.model.ObjectProfileOperationContentHandler
  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler


    public class ObjectProfileOperationContentHandler
    extends org.xml.sax.helpers.DefaultHandler
    This class parses ObjectProfileOperation from xml string
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • ObjectProfileOperationContentHandler

        public ObjectProfileOperationContentHandler(ObjectProfileOperation op)
    • Method Detail

      • startElement

        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
        Receives info about started parse of new element. Creates object, if appropriate.
        Specified by:
        startElement in interface org.xml.sax.ContentHandler
        Overrides:
        startElement in class org.xml.sax.helpers.DefaultHandler
        Parameters:
        namespaceURI -
        elementName - Need to set the namespaces feature of the SAXParser to true to be sure to receive this value.
        qName -
        atts -
        Throws:
        org.xml.sax.SAXException
      • endDocument

        public void endDocument()
                         throws org.xml.sax.SAXException
        to receive information about end of the document
        Specified by:
        endDocument in interface org.xml.sax.ContentHandler
        Overrides:
        endDocument in class org.xml.sax.helpers.DefaultHandler
        Throws:
        org.xml.sax.SAXException