uPortal 2.4.1
API Documentation

org.jasig.portal.utils
Class SAXHelper

java.lang.Object
  extended byorg.jasig.portal.utils.SAXHelper

public class SAXHelper
extends java.lang.Object

Convenience methods for SAX parsing

Version:
$Revision: 1.5 $
Author:
Bernie Durfee, bdurfee@interactivebusiness.com

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

SAXHelper

public SAXHelper()
Method Detail

outputContent

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
Outputs SAX events to specified ContentHandler based on the content String

Parameters:
out - the ContentHandler
content - an XML string
Throws:
SAXException, - IOException, ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException

uPortal 2.4.1
API Documentation