Searched defs:ENTITY (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExpandedNameTable.java59 public static final int ENTITY = ((int)DTM.ENTITY_NODE) ; field in class:ExpandedNameTable
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java41 int ENTITY = 2; field in interface:DTDConstants
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java116 * <li><b>ENTITY</b>
229 /** The ENTITY Catalog Entry type. */
230 public static final int ENTITY = CatalogEntry.addEntryType("ENTITY", 2); field in class:Catalog
1074 } else if (type == ENTITY) {
1078 catalogManager.debug.message(4, "ENTITY", entry.getEntryArg(0), fsi);
1290 * Return the applicable ENTITY system identifier.
1341 resolved = resolveLocalPublic(ENTITY,
1350 // If there's a ENTITY entry in this catalog, use it
1360 if (e.getEntryType() == ENTITY
[all...]

Completed in 34 milliseconds