amwebarsentitlementservice.support
Class SharedSaxBuilder

java.lang.Object
  |
  +--amwebarsentitlementservice.support.SharedSaxBuilder

public class SharedSaxBuilder
extends java.lang.Object


Constructor Summary
protected SharedSaxBuilder()
           
protected SharedSaxBuilder(boolean validation)
           
 
Method Summary
 org.jdom.Document build(java.io.File in_file)
           
 org.jdom.Document build(java.io.InputStream in)
           
 org.jdom.Document build(java.lang.String in_string)
           
 org.jdom.Document build(java.net.URL in_url)
           
protected  java.lang.Object clone()
          It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
static void destroy()
           
static SharedSaxBuilder getInstance()
          Returns the only instance of the SharedSaxBuilder.
static SharedSaxBuilder getInstance(boolean validation)
          Returns the only instance of the SharedSaxBuilder.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedSaxBuilder

protected SharedSaxBuilder()

SharedSaxBuilder

protected SharedSaxBuilder(boolean validation)
Method Detail

getInstance

public static SharedSaxBuilder getInstance()
Returns the only instance of the SharedSaxBuilder.
Returns:
only instance of SharedSaxBuilder

getInstance

public static SharedSaxBuilder getInstance(boolean validation)
Returns the only instance of the SharedSaxBuilder.
Returns:
only instance of SharedSaxBuilder

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException -  

build

public org.jdom.Document build(java.io.InputStream in)
                        throws java.io.IOException,
                               org.jdom.JDOMException

build

public org.jdom.Document build(java.io.File in_file)
                        throws java.io.IOException,
                               org.jdom.JDOMException

build

public org.jdom.Document build(java.lang.String in_string)
                        throws java.io.IOException,
                               org.jdom.JDOMException

build

public org.jdom.Document build(java.net.URL in_url)
                        throws java.io.IOException,
                               org.jdom.JDOMException

destroy

public static void destroy()