Lines Matching defs:not

9  * you may not use this file except in compliance with the License.
432 // if parser settings have not changed return.
612 * that do not affect the operation of the component.
617 * @throws SAXNotRecognizedException The component should not throw
619 * @throws SAXNotSupportedException The component should not throw
649 * that do not affect the operation of the component.
654 * @throws SAXNotRecognizedException The component should not throw
656 * @throws SAXNotSupportedException The component should not throw
721 * component does not want to report a default value for this
740 * component does not want to report a default value for this
1753 // and it was not resolved
1775 // An IOException indicates that we had trouble reading the file, not
1776 // that it was an invalid XML file. So we send a resource error, not a
1992 * <li> For all namespace prefixes which are in-scope in an included item, but not in scope
2253 // This technically might not always return the first non-include/fallback
2455 Notation not = new Notation();
2456 not.name = name;
2457 not.systemId = identifier.getLiteralSystemId();
2458 not.publicId = identifier.getPublicId();
2459 not.baseURI = identifier.getBaseSystemId();
2460 not.expandedSystemId = identifier.getExpandedSystemId();
2461 not.augmentations = augmentations;
2462 fNotations.add(not);
2493 Notation not = new Notation();
2494 not.name = notName;
2495 int index = fNotations.indexOf(not);
2497 not = (Notation)fNotations.get(index);
2498 checkAndSendNotation(not);
2555 * @param not the Notation to check for conflicts
2557 protected void checkAndSendNotation(Notation not) {
2559 int index = fNotations.indexOf(not);
2564 not.publicId,
2565 not.systemId,
2566 not.baseURI,
2567 not.expandedSystemId);
2568 addNotation(not.name, id, not.augmentations);
2570 fDTDHandler.notationDecl(not.name, id, not.augmentations);
2575 if (!not.isDuplicate(localNotation)) {
2578 new Object[] { not.name });
2583 fParentXIncludeHandler.checkAndSendNotation(not);
2690 // We're not using XMLNotationDecl because we don't want to lose the augmentations.
2731 // We're not using XMLEntityDecl because we don't want to lose the augmentations.
3002 // if it's not an ASCII character (excluding 0x7F), break here, and use UTF-8 encoding
3006 // abort: href does not allow this character
3040 // abort: href does not allow this character