Web server extensions - Throws: SAXException - when things go wrong processingInstruction
Monday, December 31st, 2007Throws: SAXException - when things go wrong processingInstruction public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException This will indicate that a processing instruction (other than the XML declaration) has been encountered. Specified by: processingInstruction in interface org.xml.sax.ContentHandler Parameters: target - String target of PI data - StringThrows: SAXException - when things go wrong startPrefixMapping public void startPrefixMapping(java.lang.String prefix, java.lang.String uri) This will indicate the beginning of an XML Namespace prefix mapping. Although this typically occur within the root element of an XML document, it can occur at any point within the document. Note that a prefix mapping on an element triggers this callback before the callback for the actual element itself (startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)) occurs. Specified by: startPrefixMapping in interface org.xml.sax.ContentHandler Parameters: prefix - String prefix used for the namespace being reported uri - String URI for the namespace being reported Throws: SAXException - when things go wrong
Note: In case you are looking for affordable and reliable webhost to host and run your j2ee application check Vision J2ee Web Hosting services.