Searched refs:NOTATION (Results 1 - 16 of 16) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java92 * The DTD constant corresponds to NOTATION
94 int NOTATION = 11; field in interface:DTDConstants
H A DAttributeList.java185 defineAttributeType("NOTATION", NOTATION);
H A DParser.java1462 attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att.type != NOTATION) && (att.type != NAME));
1463 // attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att.type != NOTATION));
1497 (att.type != NOTATION));
1521 (att.type != NOTATION));
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationContext.java50 public static final AnnotationContext NOTATION field in class:AnnotationContext
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DFullDVFactory.java94 final String NOTATION = "NOTATION";
109 types.put(NOTATION, new XSSimpleTypeDecl(anySimpleType, NOTATION, XSSimpleTypeDecl.DV_NOTATION, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.NOTATION_DT));
H A DBaseSchemaDVFactory.java83 final String NOTATION = "NOTATION";
192 builtInTypes.put(NOTATION, new XSSimpleTypeDecl(baseAtomicType, NOTATION, XSSimpleTypeDecl.DV_NOTATION, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.NOTATION_DT));
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DParser.java105 // 'o' - "NOTATION"
1105 case 'o': // NOTATION
1149 case 'o': // NOTATION
1189 case 'o': // NOTATION
1472 return "NOTATION";
2448 * t NMTOKENS - T ELEMENT - e ATTLIST - a NOTATION - o CDATA - c REQUIRED -
2501 case 8: // ENTITIES, NMTOKENS, NOTATION, REQUIRED
2508 return ("NOTATION".equals(str) == true) ? 'o' : '?';
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DExpandedNameTable.java64 public static final int NOTATION = ((int)DTM.NOTATION_NODE) ; field in class:ExpandedNameTable
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java114 * <li><b>NOTATION</b>
236 /** The NOTATION Catalog Entry type. */
237 public static final int NOTATION = CatalogEntry.addEntryType("NOTATION", 2); field in class:Catalog
1085 } else if (type == NOTATION) {
1089 catalogManager.debug.message(4, "NOTATION", entry.getEntryArg(0), fsi);
1372 * Return the applicable NOTATION system identifier.
1423 resolved = resolveLocalPublic(NOTATION,
1432 // If there's a NOTATION entry in this catalog, use it
1442 if (e.getEntryType() == NOTATION
[all...]
H A DResolver.java665 } else if (entityType == NOTATION) {
670 // Only find one NOTATION resolution
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dnotation.java79 NGCCHandler h = new annotation(this, super._source, $runtime, 209, null,AnnotationContext.NOTATION);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java398 entryType = Catalog.NOTATION;
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParser.java255 s = NameOrWildcard(Axis.NOTATION);
H A DAxis.java489 public static final Axis<XSNotation> NOTATION = new AbstractAxisImpl<XSNotation>() { field in interface:Axis
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java1303 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
1346 else if (fEntityScanner.skipString("NOTATION")) {
1347 type = "NOTATION";
1574 notation = fEntityScanner.scanName(NameType.NOTATION);
1780 * [82] NotationDecl ::= '&lt;!NOTATION' S Name S (ExternalID|PublicID) S? '>'
1784 * <strong>Note:</strong> Called after scanning past '&lt;!NOTATION'
1796 String name = fEntityScanner.scanName(NameType.NOTATION);
2023 else if (fEntityScanner.skipString("NOTATION")) {
H A DXMLScanner.java128 NOTATION("notation"), enum constant in enum:XMLScanner.NameType

Completed in 151 milliseconds