Searched refs:ENTITY (Results 1 - 10 of 10) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/ |
H A D | DTDConstants.java | 41 int ENTITY = 2; field in interface:DTDConstants
|
H A D | AttributeList.java | 142 defineAttributeType("ENTITY", ENTITY);
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/ |
H A D | FullDVFactory.java | 80 final String ENTITY = "ENTITY"; 146 XSSimpleTypeDecl entityDV = new XSSimpleTypeDecl(ncnameDV, ENTITY , XSSimpleTypeDecl.DV_ENTITY, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.ENTITY_DT); 147 types.put(ENTITY, entityDV);
|
H A D | BaseSchemaDVFactory.java | 63 final String ENTITY = "ENTITY"; 233 XSSimpleTypeDecl entityDV = new XSSimpleTypeDecl(ncnameDV, ENTITY , XSSimpleTypeDecl.DV_ENTITY, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.ENTITY_DT); 234 builtInTypes.put(ENTITY, entityDV);
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/ |
H A D | ExpandedNameTable.java | 59 public static final int ENTITY = ((int)DTM.ENTITY_NODE) ; field in class:ExpandedNameTable
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/ |
H A D | Catalog.java | 116 * <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...] |
H A D | Resolver.java | 653 } else if (entityType == ENTITY) { 658 // Only find one ENTITY resolution
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/ |
H A D | OASISXMLCatalogReader.java | 385 entryType = Catalog.ENTITY;
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/ |
H A D | XMLDTDScannerImpl.java | 1263 * | 'ENTITY' 1299 else if (fEntityScanner.skipString("ENTITY")) { 1300 type = "ENTITY"; 1424 * [71] GEDecl ::= '<!ENTITY' S Name S EntityDef S? '>' 1425 * [72] PEDecl ::= '<!ENTITY' S '%' S Name S PEDef S? '>' 1433 * <strong>Note:</strong> Called after scanning past '<!ENTITY' 1442 isPEDecl = false; // <!ENTITY x "x"> 1445 // <!ENTITY % x "x"> 1454 // <!ENTITY %%x; "x"> is legal 1463 // <!ENTITY[ [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/ |
H A D | AbstractDOMParser.java | 1935 fInternalSubset.append ("<!ENTITY "); 2022 fInternalSubset.append ("<!ENTITY "); 2168 fInternalSubset.append ("<!ENTITY "); 2349 * the following: "CDATA", "ENTITY", "ENTITIES",
|
Completed in 40 milliseconds