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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java50 int NOTATION = 11; field in interface:DTDConstants
H A DAttributeList.java151 defineAttributeType("NOTATION", NOTATION);
H A DParser.java1378 attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att.type != NOTATION) && (att.type != NAME));
1379 // attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att.type != NOTATION));
1413 (att.type != NOTATION));
1437 (att.type != NOTATION));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationContext.java50 public static final AnnotationContext NOTATION field in class:AnnotationContext
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DFullDVFactory.java93 final String NOTATION = "NOTATION";
108 types.put(NOTATION, new XSSimpleTypeDecl(anySimpleType, NOTATION, XSSimpleTypeDecl.DV_NOTATION, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.NOTATION_DT));
H A DBaseSchemaDVFactory.java84 final String NOTATION = "NOTATION";
193 builtInTypes.put(NOTATION, new XSSimpleTypeDecl(baseAtomicType, NOTATION, XSSimpleTypeDecl.DV_NOTATION, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.NOTATION_DT));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExpandedNameTable.java65 public static final int NOTATION = ((int)DTM.NOTATION_NODE) ; field in class:ExpandedNameTable
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java120 * <li><b>NOTATION</b>
235 /** The NOTATION Catalog Entry type. */
236 public static final int NOTATION = CatalogEntry.addEntryType("NOTATION", 2); field in class:Catalog
1089 } else if (type == NOTATION) {
1093 catalogManager.debug.message(4, "NOTATION", entry.getEntryArg(0), fsi);
1376 * Return the applicable NOTATION system identifier.
1427 resolved = resolveLocalPublic(NOTATION,
1436 // If there's a NOTATION entry in this catalog, use it
1446 if (e.getEntryType() == NOTATION
[all...]
H A DResolver.java662 } else if (entityType == NOTATION) {
667 // Only find one NOTATION resolution
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dnotation.java100 NGCCHandler h = new annotation(this, super._source, $runtime, 539, null,AnnotationContext.NOTATION);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java393 entryType = Catalog.NOTATION;
/openjdk7/jaxws/src/share/jaxws_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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDTDScannerImpl.java1268 * [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'
1311 else if (fEntityScanner.skipString("NOTATION")) {
1312 type = "NOTATION";
1723 * [82] NotationDecl ::= '&lt;!NOTATION' S Name S (ExternalID|PublicID) S? '>'
1727 * <strong>Note:</strong> Called after scanning past '&lt;!NOTATION'
1966 else if (fEntityScanner.skipString("NOTATION")) {

Completed in 57 milliseconds