| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
| H A D | XMLDocumentFilterImpl.java | 112 public void characters(XMLString text, Augmentations augs) throws XNIException { argument 113 next.characters(text, augs); 116 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 117 next.comment(text, augs); 120 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 122 next.doctypeDecl(rootElement, publicId, systemId, augs); 125 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException { argument 126 next.emptyElement(element, attributes, augs); 129 public void endCDATA(Augmentations augs) throws XNIException { argument 130 next.endCDATA(augs); 133 endDocument(Augmentations augs) argument 137 endElement(QName element, Augmentations augs) argument 141 endGeneralEntity(String name, Augmentations augs) argument 145 ignorableWhitespace(XMLString text, Augmentations augs) argument 149 processingInstruction(String target, XMLString data, Augmentations augs) argument 153 startCDATA(Augmentations augs) argument 157 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 166 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 170 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 175 textDecl(String version, String encoding, Augmentations augs) argument 179 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument [all...] |
| H A D | TeeXMLDocumentFilterImpl.java | 130 public void characters(XMLString text, Augmentations augs) throws XNIException { argument 131 side.characters(text, augs); 132 next.characters(text, augs); 135 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 136 side.comment(text, augs); 137 next.comment(text, augs); 140 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 142 side.doctypeDecl(rootElement, publicId, systemId, augs); 143 next.doctypeDecl(rootElement, publicId, systemId, augs); 146 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throw argument 151 endCDATA(Augmentations augs) argument 156 endDocument(Augmentations augs) argument 161 endElement(QName element, Augmentations augs) argument 166 endGeneralEntity(String name, Augmentations augs) argument 171 ignorableWhitespace(XMLString text, Augmentations augs) argument 176 processingInstruction(String target, XMLString data, Augmentations augs) argument 181 startCDATA(Augmentations augs) argument 186 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 196 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 201 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 207 textDecl(String version, String encoding, Augmentations augs) argument 212 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/ |
| H A D | XMLDocumentHandler.java | 63 * @param augs Additional information that may include infoset augmentations 69 Augmentations augs) 81 * @param augs Additional information that may include infoset augmentations 86 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 98 * @param augs Additional information that may include infoset augmentations 103 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 110 * @param augs Additional information that may include infoset augmentations 115 public void comment(XMLString text, Augmentations augs) throws XNIException; argument 130 * @param augs Additional information that may include infoset augmentations 135 public void processingInstruction(String target, XMLString data, Augmentations augs) argument 67 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 148 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 161 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 181 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 204 textDecl(String version, String encoding, Augmentations augs) argument 218 endGeneralEntity(String name, Augmentations augs) argument 229 characters(XMLString text, Augmentations augs) argument 245 ignorableWhitespace(XMLString text, Augmentations augs) argument 256 endElement(QName element, Augmentations augs) argument 266 startCDATA(Augmentations augs) argument 276 endCDATA(Augmentations augs) argument 286 endDocument(Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/ |
| H A D | TeeXMLDocumentFilterImpl.java | 89 public void characters(XMLString text, Augmentations augs) throws XNIException { argument 90 side.characters(text, augs); 91 next.characters(text, augs); 94 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 95 side.comment(text, augs); 96 next.comment(text, augs); 99 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 101 side.doctypeDecl(rootElement, publicId, systemId, augs); 102 next.doctypeDecl(rootElement, publicId, systemId, augs); 105 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throw argument 110 endCDATA(Augmentations augs) argument 115 endDocument(Augmentations augs) argument 120 endElement(QName element, Augmentations augs) argument 125 endGeneralEntity(String name, Augmentations augs) argument 130 ignorableWhitespace(XMLString text, Augmentations augs) argument 135 processingInstruction(String target, XMLString data, Augmentations augs) argument 140 startCDATA(Augmentations augs) argument 145 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 155 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 160 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 166 textDecl(String version, String encoding, Augmentations augs) argument 171 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument [all...] |
| H A D | JAXPValidatorComponent.java | 178 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException { argument 180 fCurrentAug = augs; 185 public void endElement(QName element, Augmentations augs) throws XNIException { argument 186 fCurrentAug = augs; 190 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException { argument 191 startElement(element,attributes,augs); 192 endElement(element,augs); 196 public void characters(XMLString text, Augmentations augs) throws XNIException { argument 199 fCurrentAug = augs; 203 public void ignorableWhitespace(XMLString text, Augmentations augs) throw argument 371 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 375 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 385 endDocument(Augmentations augs) argument 393 processingInstruction(String target, XMLString data, Augmentations augs) argument 401 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 424 endElement(QName element, Augmentations augs) argument 442 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 447 characters(XMLString text, Augmentations augs) argument 455 ignorableWhitespace(XMLString text, Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/ |
| H A D | AbstractXMLDocumentParser.java | 112 * @param augs Additional information that may include infoset augmentations 118 NamespaceContext namespaceContext, Augmentations augs) 131 * @param augs Additional information that may include infoset augmentations 135 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 146 * @param augs Additional information that may include infoset augmentations 151 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 162 * @param augs Additional information that may include infoset augmentations 166 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 175 * @param augs Additional information that may include infoset augmentations 179 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 117 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 195 characters(XMLString text, Augmentations augs) argument 211 ignorableWhitespace(XMLString text, Augmentations augs) argument 222 endElement(QName element, Augmentations augs) argument 231 startCDATA(Augmentations augs) argument 240 endCDATA(Augmentations augs) argument 249 endDocument(Augmentations augs) argument 270 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 294 textDecl(String version, String encoding, Augmentations augs) argument 309 endGeneralEntity(String name, Augmentations augs) argument 322 comment(XMLString text, Augmentations augs) argument 343 processingInstruction(String target, XMLString data, Augmentations augs) argument 375 startDTD(XMLLocator locator, Augmentations augs) argument 421 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 439 endParameterEntity(String name, Augmentations augs) argument 452 ignoredCharacters(XMLString text, Augmentations augs) argument 465 elementDecl(String name, String contentModel, Augmentations augs) argument 479 startAttlist(String elementName, Augmentations augs) argument 507 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument 522 endAttlist(Augmentations augs) argument 541 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs) argument 559 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 575 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs) argument 590 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 608 startConditional(short type, Augmentations augs) argument 619 endConditional(Augmentations augs) argument 630 endDTD(Augmentations augs) argument 659 startContentModel(String elementName, Augmentations augs) argument 673 any(Augmentations augs) argument 687 empty(Augmentations augs) argument 704 startGroup(Augmentations augs) argument 719 pcdata(Augmentations augs) argument 731 element(String elementName, Augmentations augs) argument 747 separator(short separator, Augmentations augs) argument 765 occurrence(short occurrence, Augmentations augs) argument 776 endGroup(Augmentations augs) argument 787 endContentModel(Augmentations augs) argument [all...] |
| H A D | AbstractSAXParser.java | 265 * @param augs Additional information that may include infoset augmentations 270 NamespaceContext namespaceContext, Augmentations augs) 296 } // startDocument(locator,encoding,augs) 307 * @param augs Additional information that may include infoset augmentations 311 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 327 * @param augs Additional information that may include infoset augmentations 332 String publicId, String systemId, Augmentations augs) 373 * @param augs Additional information that may include infoset augmentations 378 String encoding, Augmentations augs) 383 if (augs ! 269 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 331 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 377 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 421 endGeneralEntity(String name, Augmentations augs) argument 449 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 524 characters(XMLString text, Augmentations augs) argument 565 ignorableWhitespace(XMLString text, Augmentations augs) argument 592 endElement(QName element, Augmentations augs) argument 625 startCDATA(Augmentations augs) argument 645 endCDATA(Augmentations augs) argument 667 comment(XMLString text, Augmentations augs) argument 698 processingInstruction(String target, XMLString data, Augmentations augs) argument 732 endDocument(Augmentations augs) argument 763 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs) argument 776 endExternalSubset(Augmentations augs) argument 805 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 851 endParameterEntity(String name, Augmentations augs) argument 879 elementDecl(String name, String contentModel, Augmentations augs) argument 920 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument 983 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs) argument 1012 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 1042 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs) argument 1071 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 1096 endDTD(Augmentations augs) argument [all...] |
| H A D | AbstractDOMParser.java | 484 * @param augs Additional information that may include infoset augmentations 490 String encoding, Augmentations augs) 574 * @param augs Additional information that may include infoset augmentations 578 public void textDecl (String version, String encoding, Augmentations augs) throws XNIException { argument 600 * @param augs Additional information that may include infoset augmentations 604 public void comment (XMLString text, Augmentations augs) throws XNIException { argument 673 * @param augs Additional information that may include infoset augmentations 677 public void processingInstruction (String target, XMLString data, Augmentations augs) argument 754 * @param augs Additional information that may include infoset augmentations 759 NamespaceContext namespaceContext, Augmentations augs) 488 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 758 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 861 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 894 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 924 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 1135 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 1151 characters(XMLString text, Augmentations augs) argument 1250 ignorableWhitespace(XMLString text, Augmentations augs) argument 1288 endElement(QName element, Augmentations augs) argument 1401 startCDATA(Augmentations augs) argument 1420 endCDATA(Augmentations augs) argument 1474 endDocument(Augmentations augs) argument 1512 endGeneralEntity(String name, Augmentations augs) argument 1796 startDTD(XMLLocator locator, Augmentations augs) argument 1823 endDTD(Augmentations augs) argument 1858 startConditional(short type, Augmentations augs) argument 1869 endConditional(Augmentations augs) argument 1881 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs) argument 1902 endExternalSubset(Augmentations augs) argument 1923 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs) argument 2007 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 2103 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 2133 endParameterEntity(String name, Augmentations augs) argument 2153 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs) argument 2241 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 2314 ignoredCharacters(XMLString text, Augmentations augs) argument 2328 elementDecl(String name, String contentModel, Augmentations augs) argument 2367 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument 2521 startAttlist(String elementName, Augmentations augs) argument 2533 endAttlist(Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/ |
| H A D | XMLDTDProcessor.java | 547 * @param augs Additional information that may include infoset 553 Augmentations augs) throws XNIException { 555 fDTDGrammar.startExternalSubset(identifier, augs); 557 fDTDHandler.startExternalSubset(identifier, augs); 564 * @param augs Additional information that may include infoset 569 public void endExternalSubset(Augmentations augs) throws XNIException { argument 571 fDTDGrammar.endExternalSubset(augs); 573 fDTDHandler.endExternalSubset(augs); 606 * @param augs Additional information that may include infoset augmentations 610 public void comment(XMLString text, Augmentations augs) throw argument 552 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs) argument 639 processingInstruction(String target, XMLString data, Augmentations augs) argument 668 startDTD(XMLLocator locator, Augmentations augs) argument 701 ignoredCharacters(XMLString text, Augmentations augs) argument 725 textDecl(String version, String encoding, Augmentations augs) argument 750 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 777 endParameterEntity(String name, Augmentations augs) argument 797 elementDecl(String name, String contentModel, Augmentations augs) argument 832 startAttlist(String elementName, Augmentations augs) argument 869 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs) argument 1091 endAttlist(Augmentations augs) argument 1118 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augs) argument 1159 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 1197 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs) argument 1226 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs) argument 1262 startConditional(short type, Augmentations augs) argument 1284 endConditional(Augmentations augs) argument 1306 endDTD(Augmentations augs) argument 1416 startContentModel(String elementName, Augmentations augs) argument 1444 any(Augmentations augs) argument 1463 empty(Augmentations augs) argument 1485 startGroup(Augmentations augs) argument 1509 pcdata(Augmentations augs) argument 1527 element(String elementName, Augmentations augs) argument 1564 separator(short separator, Augmentations augs) argument 1591 occurrence(short occurrence, Augmentations augs) argument 1611 endGroup(Augmentations augs) argument 1630 endContentModel(Augmentations augs) argument [all...] |
| H A D | BalancedDTDGrammar.java | 77 * @param augs Additional information that may include infoset 81 public final void startContentModel(String elementName, Augmentations augs) argument 85 super.startContentModel(elementName, augs); 94 * @param augs Additional information that may include infoset 101 public final void startGroup(Augmentations augs) throws XNIException { argument 112 *@param augs Additional information that may include infoset 119 public final void pcdata(Augmentations augs) throws XNIException { argument 127 * @param augs Additional information that may include infoset 132 public final void element(String elementName, Augmentations augs) throws XNIException { argument 141 * @param augs Additiona 148 separator(short separator, Augmentations augs) argument 171 occurrence(short occurrence, Augmentations augs) argument 193 endGroup(Augmentations augs) argument 207 endDTD(Augmentations augs) argument [all...] |
| H A D | XMLDTDValidator.java | 615 * @param augs Additional information that may include infoset augmentations 620 NamespaceContext namespaceContext, Augmentations augs) 636 fDocumentHandler.startDocument(locator, encoding, namespaceContext, augs); 650 * @param augs Additional information that may include infoset augmentations 654 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 662 fDocumentHandler.xmlDecl(version, encoding, standalone, augs); 675 * @param augs Additional information that may include infoset augmentations 680 Augmentations augs) 724 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs); 735 * @param augs Additiona 619 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 679 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 739 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 760 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 784 characters(XMLString text, Augmentations augs) argument 860 ignorableWhitespace(XMLString text, Augmentations augs) argument 877 endElement(QName element, Augmentations augs) argument 889 startCDATA(Augmentations augs) argument 908 endCDATA(Augmentations augs) argument 924 endDocument(Augmentations augs) argument 941 comment(XMLString text, Augmentations augs) argument 979 processingInstruction(String target, XMLString data, Augmentations augs) argument 1017 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 1052 endGeneralEntity(String name, Augmentations augs) argument 1073 textDecl(String version, String encoding, Augmentations augs) argument 1845 handleStartElement(QName element, XMLAttributes attributes, Augmentations augs) argument 1963 startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs) argument 1967 handleEndElement(QName element, Augmentations augs, boolean isEmpty) argument 2044 endNamespaceScope(QName element, Augmentations augs, boolean isEmpty) argument 2064 characterData(String data, Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/ |
| H A D | XMLEntityHandler.java | 98 * @param augs Additional information that may include infoset augmentations 104 String encoding, Augmentations augs) throws XNIException; 112 * @param augs Additional information that may include infoset augmentations 117 public void endEntity(String name, Augmentations augs) throws IOException, XNIException; argument 102 startEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
|
| H A D | XMLNamespaceBinder.java | 396 * @param augs Additional information that may include infoset augmentations 402 String encoding, Augmentations augs) 405 fDocumentHandler.startGeneralEntity(name, identifier, encoding, augs); 422 * @param augs Additional information that may include infoset augmentations 426 public void textDecl(String version, String encoding, Augmentations augs) argument 429 fDocumentHandler.textDecl(version, encoding, augs); 451 * @param augs Additional information that may include infoset augmentations 456 NamespaceContext namespaceContext, Augmentations augs) 461 fDocumentHandler.startDocument(locator, encoding, namespaceContext, augs); 474 * @param augs Additiona 400 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 455 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 478 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 497 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 513 comment(XMLString text, Augmentations augs) argument 536 processingInstruction(String target, XMLString data, Augmentations augs) argument 559 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 581 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 602 characters(XMLString text, Augmentations augs) argument 621 ignorableWhitespace(XMLString text, Augmentations augs) argument 635 endElement(QName element, Augmentations augs) argument 652 startCDATA(Augmentations augs) argument 664 endCDATA(Augmentations augs) argument 676 endDocument(Augmentations augs) argument 694 endGeneralEntity(String name, Augmentations augs) argument 705 handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty) argument 861 handleEndElement(QName element, Augmentations augs, boolean isEmpty) argument [all...] |
| H A D | RevalidationHandler.java | 78 * @param augs Augmentations 81 public boolean characterData(String data, Augmentations augs); argument
|
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/ |
| H A D | DefaultXMLDocumentHandler.java | 72 * @param augs Additional information that may include infoset augmentations 77 NamespaceContext context, Augmentations augs) 90 * @param augs Additional information that may include infoset augmentations 95 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 108 * @param augs Additional information that may include infoset augmentations 113 public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 121 * @param augs Additional information that may include infoset augmentations 126 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 142 * @param augs Additional information that may include infoset augmentations 147 public void processingInstruction(String target, XMLString data, Augmentations augs) argument 76 startDocument(XMLLocator locator, String encoding, NamespaceContext context, Augmentations augs) argument 162 startPrefixMapping(String prefix, String uri, Augmentations augs) argument 176 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 190 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 211 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 235 textDecl(String version, String encoding, Augmentations augs) argument 250 endGeneralEntity(String name, Augmentations augs) argument 262 characters(XMLString text, Augmentations augs) argument 279 ignorableWhitespace(XMLString text, Augmentations augs) argument 291 endElement(QName element, Augmentations augs) argument 304 endPrefixMapping(String prefix, Augmentations augs) argument 315 startCDATA(Augmentations augs) argument 326 endCDATA(Augmentations augs) argument 337 endDocument(Augmentations augs) argument [all...] |
| H A D | SchemaDOMParser.java | 112 NamespaceContext namespaceContext, Augmentations augs) 130 * @param augs Additional information that may include infoset augmentations 134 public void endDocument(Augmentations augs) throws XNIException { argument 144 * @param augs Additional information that may include infoset augmentations 149 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 168 * @param augs Additional information that may include infoset augmentations 173 public void processingInstruction(String target, XMLString data, Augmentations augs) argument 184 * @param augs Additional information that may include infoset augmentations 189 public void characters(XMLString text, Augmentations augs) throws XNIException { argument 224 * @param augs Additiona 111 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 229 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 287 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 361 endElement(QName element, Augmentations augs) argument 430 ignorableWhitespace(XMLString text, Augmentations augs) argument 445 startCDATA(Augmentations augs) argument 460 endCDATA(Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/ |
| H A D | DOMResultAugmentor.java | 111 NamespaceContext namespaceContext, Augmentations augs) 115 Augmentations augs) throws XNIException {} 118 String systemId, Augmentations augs) throws XNIException {} 120 public void comment(XMLString text, Augmentations augs) throws XNIException {} argument 123 Augmentations augs) throws XNIException {} 126 Augmentations augs) throws XNIException { 179 Augmentations augs) throws XNIException { 180 startElement(element, attributes, augs); 181 endElement(element, augs); 186 Augmentations augs) throw 110 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 114 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 117 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 122 processingInstruction(String target, XMLString data, Augmentations augs) argument 125 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 178 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 184 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 188 textDecl(String version, String encoding, Augmentations augs) argument 191 endGeneralEntity(String name, Augmentations augs) argument 194 characters(XMLString text, Augmentations augs) argument 202 ignorableWhitespace(XMLString text, Augmentations augs) argument 207 endElement(QName element, Augmentations augs) argument 226 startCDATA(Augmentations augs) argument 228 endCDATA(Augmentations augs) argument 230 endDocument(Augmentations augs) argument [all...] |
| H A D | DOMResultBuilder.java | 209 NamespaceContext namespaceContext, Augmentations augs) 213 Augmentations augs) throws XNIException {} 216 String systemId, Augmentations augs) throws XNIException {} 218 public void comment(XMLString text, Augmentations augs) throws XNIException {} argument 221 Augmentations augs) throws XNIException {} 224 Augmentations augs) throws XNIException { 278 Augmentations augs) throws XNIException { 279 startElement(element, attributes, augs); 280 endElement(element, augs); 285 Augmentations augs) throw 208 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 212 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 215 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 220 processingInstruction(String target, XMLString data, Augmentations augs) argument 223 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 277 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 283 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 287 textDecl(String version, String encoding, Augmentations augs) argument 290 endGeneralEntity(String name, Augmentations augs) argument 293 characters(XMLString text, Augmentations augs) argument 300 ignorableWhitespace(XMLString text, Augmentations augs) argument 305 endElement(QName element, Augmentations augs) argument 331 startCDATA(Augmentations augs) argument 333 endCDATA(Augmentations augs) argument 335 endDocument(Augmentations augs) argument [all...] |
| H A D | ValidatorHandlerImpl.java | 338 NamespaceContext namespaceContext, Augmentations augs) 351 Augmentations augs) throws XNIException {} 354 String systemId, Augmentations augs) throws XNIException {} 356 public void comment(XMLString text, Augmentations augs) throws XNIException {} argument 359 Augmentations augs) throws XNIException { 371 Augmentations augs) throws XNIException { 374 fTypeInfoProvider.beginStartElement(augs, attributes); 388 Augmentations augs) throws XNIException { 390 startElement(element, attributes, augs); 391 endElement(element, augs); 337 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 350 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 353 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 358 processingInstruction(String target, XMLString data, Augmentations augs) argument 370 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 387 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 394 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument 398 textDecl(String version, String encoding, Augmentations augs) argument 401 endGeneralEntity(String name, Augmentations augs) argument 404 characters(XMLString text, Augmentations augs) argument 421 ignorableWhitespace(XMLString text, Augmentations augs) argument 433 endElement(QName element, Augmentations augs) argument 450 startCDATA(Augmentations augs) argument 452 endCDATA(Augmentations augs) argument 454 endDocument(Augmentations augs) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/ |
| H A D | XPointerElementHandler.java | 521 private boolean isIdAttribute(XMLAttributes attributes,Augmentations augs, int index) { argument 522 Object o = augs.getItem(Constants.ID_ATTRIBUTE); 598 NamespaceContext namespaceContext, Augmentations augs) 605 Augmentations augs)throws XNIException { 609 Augmentations augs) throws XNIException { 613 public void comment(XMLString text, Augmentations augs) argument 616 fDocumentHandler.comment(text, augs); 621 Augmentations augs) throws XNIException { 623 fDocumentHandler.processingInstruction(target, data, augs); 635 Augmentations augs)throw 597 startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 604 doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) argument 608 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument 620 processingInstruction(String target, XMLString data, Augmentations augs) argument 634 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 654 endElement(QName element, Augmentations augs) argument 670 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 677 startGeneralEntity(String name, XMLResourceIdentifier resId, String encoding, Augmentations augs) argument 686 textDecl(String version, String encoding, Augmentations augs) argument 693 endGeneralEntity(String name, Augmentations augs) argument 700 characters(XMLString text, Augmentations augs) argument 707 ignorableWhitespace(XMLString text, Augmentations augs) argument 714 startCDATA(Augmentations augs) argument 720 endCDATA(Augmentations augs) argument 726 endDocument(Augmentations augs) argument [all...] |
| H A D | XIncludeHandler.java | 782 Augmentations augs) 807 if (augs == null) { 808 augs = new AugmentationsImpl(); 810 augs.putItem(CURRENT_BASE_URI, fCurrentBaseURI); 821 augs); 830 Augmentations augs) 834 fDocumentHandler.xmlDecl(version, encoding, standalone, augs); 843 Augmentations augs) 846 fDocumentHandler.doctypeDecl(rootElement, publicId, systemId, augs); 851 public void comment(XMLString text, Augmentations augs) argument 778 startDocument( XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) argument 826 xmlDecl( String version, String encoding, String standalone, Augmentations augs) argument 839 doctypeDecl( String rootElement, String publicId, String systemId, Augmentations augs) argument 868 processingInstruction( String target, XMLString data, Augmentations augs) argument 889 startElement( QName element, XMLAttributes attributes, Augmentations augs) argument 960 emptyElement( QName element, XMLAttributes attributes, Augmentations augs) argument 1042 endElement(QName element, Augmentations augs) argument 1088 startGeneralEntity( String name, XMLResourceIdentifier resId, String encoding, Augmentations augs) argument 1107 textDecl(String version, String encoding, Augmentations augs) argument 1116 endGeneralEntity(String name, Augmentations augs) argument 1126 characters(XMLString text, Augmentations augs) argument 1143 ignorableWhitespace(XMLString text, Augmentations augs) argument 1153 startCDATA(Augmentations augs) argument 1162 endCDATA(Augmentations augs) argument 1171 endDocument(Augmentations augs) argument 2281 modifyAugmentations(Augmentations augs) argument 2292 modifyAugmentations( Augmentations augs, boolean force) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/ |
| H A D | ShortHandPointer.java | 83 Augmentations augs, int event) throws XNIException { 94 fIsFragmentResolved = hasMatchingIdentifier(element, attributes, augs, 102 fIsFragmentResolved = hasMatchingIdentifier(element, attributes, augs, 121 * @param augs 127 XMLAttributes attributes, Augmentations augs, int event) 204 Augmentations augs = attributes.getAugmentations(index); 205 AttributePSVI attrPSVI = (AttributePSVI) augs 82 resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event) argument 126 hasMatchingIdentifier(QName element, XMLAttributes attributes, Augmentations augs, int event) argument
|
| H A D | XPointerHandler.java | 287 Augmentations augs, int event) throws XNIException { 305 if (fXPointerPart.resolveXPointer(element, attributes, augs, 312 if (fXPointerPart.resolveXPointer(element, attributes, augs, event)) { 988 * @param augs Additional information that may include infoset augmentations 993 public void comment(XMLString text, Augmentations augs) throws XNIException { argument 997 super.comment(text, augs); 1013 * @param augs Additional information that may include infoset augmentations 1019 Augmentations augs) throws XNIException { 1023 super.processingInstruction(target, data, augs); 1031 * @param augs Additiona 286 resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event) argument 1018 processingInstruction(String target, XMLString data, Augmentations augs) argument 1036 startElement(QName element, XMLAttributes attributes, Augmentations augs) argument 1067 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument 1096 characters(XMLString text, Augmentations augs) argument 1118 ignorableWhitespace(XMLString text, Augmentations augs) argument 1135 endElement(QName element, Augmentations augs) argument 1154 startCDATA(Augmentations augs) argument 1169 endCDATA(Augmentations augs) argument [all...] |
| H A D | XPointerPart.java | 66 * @param augs - Additional information that may include infoset augmentations 75 Augmentations augs, int event) throws XNIException; 74 resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event) argument
|
| H A D | XPointerProcessor.java | 70 * @param augs - Additional information that may include infoset augmentations 80 Augmentations augs, int event) throws XNIException; 79 resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event) argument
|