Searched refs:getEntryType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogEntry.java96 public static int getEntryType(String name) method in class:CatalogEntry
121 return getEntryArgCount(getEntryType(name));
215 public int getEntryType() { method in class:CatalogEntry
H A DResolver.java121 int type = entry.getEntryType();
173 if (e.getEntryType() == RESOLVER) {
178 } else if (e.getEntryType() == URISUFFIX) {
230 if (e.getEntryType() == RESOLVER) {
235 } else if (e.getEntryType() == SYSTEMSUFFIX) {
292 if (e.getEntryType() == RESOLVER) {
533 if (e.getEntryType() == SYSTEM
561 if (e.getEntryType() == SYSTEM
H A DCatalog.java904 int type = entry.getEntryType();
1166 if (e.getEntryType() == DELEGATE_PUBLIC
1167 || e.getEntryType() == DELEGATE_SYSTEM
1168 || e.getEntryType() == DELEGATE_URI) {
1242 if (e.getEntryType() == OVERRIDE) {
1247 if (e.getEntryType() == DOCTYPE
1280 if (e.getEntryType() == DOCUMENT) {
1355 if (e.getEntryType() == OVERRIDE) {
1360 if (e.getEntryType() == ENTITY
1441 if (e.getEntryType()
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DTR9401CatalogReader.java108 int type = CatalogEntry.getEntryType(entryToken);
H A DTextCatalogReader.java147 int type = CatalogEntry.getEntryType(entryToken);

Completed in 27 milliseconds