|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.SAXHelper
public class 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 |
---|
clone, equals, finalize, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |