fr.tireme.shared.xml.sax
Class SAXUtils

java.lang.Object
  extended by fr.tireme.shared.xml.sax.SAXUtils

public class SAXUtils
extends java.lang.Object

Sax utilities

Since:
17 juin 2001
Author:
pierre

Method Summary
static SAXUtils getInstance()
           
 java.lang.String getLocationString(org.xml.sax.SAXParseException ex)
          Returns a string of the location.
 java.lang.String outputStartTag(java.lang.String uri, java.lang.String local, java.lang.String raw, org.xml.sax.Attributes attrs)
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SAXUtils getInstance()
Returns:
The unique instance of this class.

getLocationString

public java.lang.String getLocationString(org.xml.sax.SAXParseException ex)
Returns a string of the location.

Parameters:
ex - Description of Parameter
Returns:
The locationString value

outputStartTag

public java.lang.String outputStartTag(java.lang.String uri,
                                       java.lang.String local,
                                       java.lang.String raw,
                                       org.xml.sax.Attributes attrs)
Description of the Method

Parameters:
uri - Description of Parameter
local - Description of Parameter
raw - Description of Parameter
attrs - Description of Parameter
Returns:
Description of the Returned Value