public class ObjectProfileOperationContentHandler
extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
ObjectProfileOperationContentHandler(ObjectProfileOperation op) |
| 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.
|
public ObjectProfileOperationContentHandler(ObjectProfileOperation op)
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.SAXExceptionpublic void endDocument()
throws org.xml.sax.SAXException
endDocument in interface org.xml.sax.ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXException