| |
|
| java.lang.Object org.netbeans.modules.xslt.project.anttasks.XsltProjectCatalogReader
XsltProjectCatalogReader | public class XsltProjectCatalogReader (Code) | | This class helps Xslt project to Read the Catalog XML file
author: Sreenivasan Genipudi |
XsltProjectCatalogReader | public XsltProjectCatalogReader(String catalogXML) throws Exception(Code) | | Constructor
Parameters: catalogXML - Location of Catalog XML throws: Excepetion - Exception during parsing the Catalog.xml file. |
getListOfLocalURIs | public ArrayList<String> getListOfLocalURIs()(Code) | | Get the list of URI's listed in Catalog.xml
Set of URIs listed in Catalog.xml |
getListOfNamespaces | public ArrayList<String> getListOfNamespaces()(Code) | | Get the Set of Namespaces listed in Catalog.xml
Set of Namespaces listed in Catalog.xml |
|
|
|