|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.SAXHelper
Convenience methods for SAX parsing
Constructor Summary | |
SAXHelper()
|
Method Summary | |
static void |
outputContent(org.xml.sax.ContentHandler out,
java.lang.String content)
Outputs SAX events to specified ContentHandler based on the content String |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAXHelper()
Method Detail |
public static void outputContent(org.xml.sax.ContentHandler out, java.lang.String content) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException
out
- the ContentHandlercontent
- an XML string
SAXException,
- IOException, ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |