Package org.jboss.util.xml.catalog

Examples of org.jboss.util.xml.catalog.CatalogEntry


/* 180 */       this.catalog.getCatalogManager().debug.message(1, "Invalid catalog entry type", localName);
/*     */     }
/*     */
/* 183 */     if (entryType >= 0)
/*     */       try {
/* 185 */         CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
/* 186 */         this.catalog.addEntry(ce);
/*     */       } catch (CatalogException cex) {
/* 188 */         if (cex.getExceptionType() == 3)
/* 189 */           this.catalog.getCatalogManager().debug.message(1, "Invalid catalog entry type", localName);
/* 190 */         else if (cex.getExceptionType() == 2)
View Full Code Here

TOP

Related Classes of org.jboss.util.xml.catalog.CatalogEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.