Lines Matching defs:not

9  * (the "License"); you may not use this file except in compliance with
441 // if parser settings have not changed return.
629 * that do not affect the operation of the component.
634 * @throws SAXNotRecognizedException The component should not throw
636 * @throws SAXNotSupportedException The component should not throw
666 * that do not affect the operation of the component.
671 * @throws SAXNotRecognizedException The component should not throw
673 * @throws SAXNotSupportedException The component should not throw
740 * component does not want to report a default value for this
759 * component does not want to report a default value for this
1802 // and it was not resolved
1824 // An IOException indicates that we had trouble reading the file, not
1825 // that it was an invalid XML file. So we send a resource error, not a
2041 * <li> For all namespace prefixes which are in-scope in an included item, but not in scope
2302 // This technically might not always return the first non-include/fallback
2504 Notation not = new Notation();
2505 not.name = name;
2506 not.systemId = identifier.getLiteralSystemId();
2507 not.publicId = identifier.getPublicId();
2508 not.baseURI = identifier.getBaseSystemId();
2509 not.expandedSystemId = identifier.getExpandedSystemId();
2510 not.augmentations = augmentations;
2511 fNotations.add(not);
2542 Notation not = new Notation();
2543 not.name = notName;
2544 int index = fNotations.indexOf(not);
2546 not = (Notation)fNotations.get(index);
2547 checkAndSendNotation(not);
2604 * @param not the Notation to check for conflicts
2606 protected void checkAndSendNotation(Notation not) {
2608 int index = fNotations.indexOf(not);
2613 not.publicId,
2614 not.systemId,
2615 not.baseURI,
2616 not.expandedSystemId);
2617 addNotation(not.name, id, not.augmentations);
2619 fDTDHandler.notationDecl(not.name, id, not.augmentations);
2624 if (!not.isDuplicate(localNotation)) {
2627 new Object[] { not.name });
2632 fParentXIncludeHandler.checkAndSendNotation(not);
2739 // We're not using XMLNotationDecl because we don't want to lose the augmentations.
2780 // We're not using XMLEntityDecl because we don't want to lose the augmentations.
3051 // if it's not an ASCII character (excluding 0x7F), break here, and use UTF-8 encoding
3055 // abort: href does not allow this character
3089 // abort: href does not allow this character