|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
public class FixedRegistryObjectParser
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 |
---|
public static final java.lang.String NS_FIXED_REGISTRY_OBJECTS
Constructor Detail |
---|
public FixedRegistryObjectParser()
Method Detail |
---|
public FixedRegistryObjectCollection parse(java.io.File pFile) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, CSAppFrameworkException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException
public FixedRegistryObjectCollection parse(java.net.URL pURL) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, CSAppFrameworkException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException
public FixedRegistryObjectCollection parse(org.xml.sax.InputSource pSource) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, CSAppFrameworkException
InputSource
and generate Java
classes, which match the contents.
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |