com.softwareag.centrasite.appl.framework.parser
Class FixedRegistryObjectParser

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser

public class FixedRegistryObjectParser
extends java.lang.Object

An instance of this class is used to parse a specification document for fixed registry objects. It creates an instance of FixedRegistryObjectCollection.


Field Summary
static java.lang.String NS_FIXED_REGISTRY_OBJECTS
          The parsers namespace URI.
 
Constructor Summary
FixedRegistryObjectParser()
           
 
Method Summary
 FixedRegistryObjectCollection parse(java.io.File pFile)
          Called to read the specified file and generate Java classes, which match the contents.
 FixedRegistryObjectCollection parse(org.xml.sax.InputSource pSource)
          Called to read the specified InputSource and generate Java classes, which match the contents.
 FixedRegistryObjectCollection parse(java.net.URL pURL)
          Called to read the specified URL and generate Java classes, which match the contents.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_FIXED_REGISTRY_OBJECTS

public static final java.lang.String NS_FIXED_REGISTRY_OBJECTS
The parsers namespace URI.

See Also:
Constant Field Values
Constructor Detail

FixedRegistryObjectParser

public FixedRegistryObjectParser()
Method Detail

parse

public FixedRegistryObjectCollection parse(java.io.File pFile)
                                    throws java.io.IOException,
                                           org.xml.sax.SAXException,
                                           javax.xml.parsers.ParserConfigurationException,
                                           CSAppFrameworkException
Called to read the specified file and generate Java classes, which match the contents.

Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException

parse

public FixedRegistryObjectCollection parse(java.net.URL pURL)
                                    throws java.io.IOException,
                                           org.xml.sax.SAXException,
                                           javax.xml.parsers.ParserConfigurationException,
                                           CSAppFrameworkException
Called to read the specified URL and generate Java classes, which match the contents.

Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException

parse

public FixedRegistryObjectCollection parse(org.xml.sax.InputSource pSource)
                                    throws java.io.IOException,
                                           org.xml.sax.SAXException,
                                           javax.xml.parsers.ParserConfigurationException,
                                           CSAppFrameworkException
Called to read the specified InputSource and generate Java classes, which match the contents.

Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException