org.jasig.portal.utils
Class SAXHelper
java.lang.Object
org.jasig.portal.utils.SAXHelper
public class SAXHelper
- extends Object
Convenience methods for SAX parsing
- Version:
- $Revision: 19776 $
- Author:
- Bernie Durfee, bdurfee@interactivebusiness.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXHelper
public SAXHelper()
outputContent
public static void outputContent(ContentHandler out,
String content)
throws SAXException,
IOException,
ParserConfigurationException
- Outputs SAX events to specified ContentHandler based on the content String
- Parameters:
out - the ContentHandlercontent - an XML string
- Throws:
SAXException, - IOException, ParserConfigurationException
SAXException
IOException
ParserConfigurationException
Copyright © 2010 Jasig. All Rights Reserved.