Searched defs:augmentations (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java137 * @param augmentations Additional information that may include infoset
138 * augmentations.
142 public void startContentModel(String elementName, Augmentations augmentations) argument
148 * @param augmentations Additional information that may include infoset
149 * augmentations.
156 public void any(Augmentations augmentations) throws XNIException; argument
163 * @param augmentations Additional information that may include infoset
164 * augmentations.
169 public void empty(Augmentations augmentations) throws XNIException; argument
177 * @param augmentations Additiona
185 startGroup(Augmentations augmentations) argument
199 pcdata(Augmentations augmentations) argument
210 element(String elementName, Augmentations augmentations) argument
226 separator(short separator, Augmentations augmentations) argument
244 occurrence(short occurrence, Augmentations augmentations) argument
255 endGroup(Augmentations augmentations) argument
265 endContentModel(Augmentations augmentations) argument
[all...]
H A DXMLDocumentFragmentHandler.java57 * @param augmentations Additional information that may include infoset
58 * augmentations.
64 Augmentations augmentations)
80 * @param augmentations Additional information that may include infoset
81 * augmentations.
88 Augmentations augmentations) throws XNIException;
103 * @param augmentations Additional information that may include infoset
104 * augmentations.
109 Augmentations augmentations) throws XNIException;
118 * @param augmentations Additiona
62 startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations) argument
85 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
108 textDecl(String version, String encoding, Augmentations augmentations) argument
123 endGeneralEntity(String name, Augmentations augmentations) argument
135 comment(XMLString text, Augmentations augmentations) argument
156 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
170 startElement(QName element, XMLAttributes attributes, Augmentations augmentations) argument
183 emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations) argument
195 characters(XMLString text, Augmentations augmentations) argument
212 ignorableWhitespace(XMLString text, Augmentations augmentations) argument
225 endElement(QName element, Augmentations augmentations) argument
236 startCDATA(Augmentations augmentations) argument
246 endCDATA(Augmentations augmentations) argument
256 endDocumentFragment(Augmentations augmentations) argument
[all...]
H A DXMLDTDHandler.java69 * @param augmentations Additional information that may include infoset
70 * augmentations.
74 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
87 * @param augmentations Additional information that may include infoset
88 * augmentations.
95 Augmentations augmentations) throws XNIException;
106 * @param augmentations Additional information that may include infoset
107 * augmentations.
112 Augmentations augmentations) throws XNIException;
119 * @param augmentations Additiona
92 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
111 textDecl(String version, String encoding, Augmentations augmentations) argument
124 endParameterEntity(String name, Augmentations augmentations) argument
137 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
149 endExternalSubset(Augmentations augmentations) argument
161 comment(XMLString text, Augmentations augmentations) argument
182 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
196 elementDecl(String name, String contentModel, Augmentations augmentations) argument
210 startAttlist(String elementName, Augmentations augmentations) argument
238 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
252 endAttlist(Augmentations augmentations) argument
270 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
288 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
305 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
321 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
337 startConditional(short type, Augmentations augmentations) argument
349 ignoredCharacters(XMLString text, Augmentations augmentations) argument
360 endConditional(Augmentations augmentations) argument
370 endDTD(Augmentations augmentations) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java64 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
68 fDTDHandler.startDTD(locator, augmentations);
74 Augmentations augmentations) throws XNIException {
76 fDTDHandler.startParameterEntity(name, identifier, encoding, augmentations);
81 Augmentations augmentations) throws XNIException {
83 fDTDHandler.textDecl(version, encoding, augmentations);
87 public void endParameterEntity(String name, Augmentations augmentations) argument
90 fDTDHandler.endParameterEntity(name, augmentations);
95 Augmentations augmentations) throws XNIException {
97 fDTDHandler.startExternalSubset(identifier, augmentations);
72 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
80 textDecl(String version, String encoding, Augmentations augmentations) argument
94 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
101 endExternalSubset(Augmentations augmentations) argument
108 comment(XMLString text, Augmentations augmentations) argument
115 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
122 elementDecl(String name, String contentModel, Augmentations augmentations) argument
129 startAttlist(String elementName, Augmentations augmentations) argument
136 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
148 endAttlist(Augmentations augmentations) argument
154 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
163 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
171 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
183 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
190 startConditional(short type, Augmentations augmentations) argument
197 ignoredCharacters(XMLString text, Augmentations augmentations) argument
205 endConditional(Augmentations augmentations) argument
211 endDTD(Augmentations augmentations) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java123 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
134 public void comment(XMLString text, Augmentations augmentations) throws XNIException { argument
154 Augmentations augmentations)
164 Augmentations augmentations) throws XNIException {
172 public void endExternalSubset(Augmentations augmentations) throws XNIException { argument
184 Augmentations augmentations)
197 Augmentations augmentations) throws XNIException {
224 XMLString nonNormalizedDefaultValue, Augmentations augmentations)
233 public void endAttlist(Augmentations augmentations) throws XNIException { argument
252 Augmentations augmentations)
153 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
163 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
183 elementDecl(String name, String contentModel, Augmentations augmentations) argument
196 startAttlist(String elementName, Augmentations augmentations) argument
221 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
250 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
269 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
288 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
305 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
321 startConditional(short type, Augmentations augmentations) argument
329 endConditional(Augmentations augmentations) argument
337 endDTD(Augmentations augmentations) argument
353 endEntity(String name, Augmentations augmentations) argument
[all...]
H A DAbstractXMLDocumentParser.java112 * @param augs Additional information that may include infoset augmentations
131 * @param augs Additional information that may include infoset augmentations
146 * @param augs Additional information that may include infoset augmentations
162 * @param augs Additional information that may include infoset augmentations
175 * @param augs Additional information that may include infoset augmentations
191 * @param augs Additional information that may include infoset augmentations
207 * @param augs Additional information that may include infoset augmentations
218 * @param augs Additional information that may include infoset augmentations
227 * @param augs Additional information that may include infoset augmentations
236 * @param augs Additional information that may include infoset augmentations
388 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
400 endExternalSubset(Augmentations augmentations) argument
[all...]
H A DDOMParserImpl.java1152 * @param augs Additional information that may include infoset augmentations
1248 public void startDTD(XMLLocator locator, Augmentations augmentations) throws XNIException { argument
1252 public void startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) throws XNIException { argument
1256 public void endParameterEntity(String name, Augmentations augmentations) throws XNIException { argument
1260 public void startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) throws XNIException { argument
1264 public void endExternalSubset(Augmentations augmentations) throws XNIException { argument
1268 public void elementDecl(String name, String contentModel, Augmentations augmentations) throws XNIException { argument
1272 public void startAttlist(String elementName, Augmentations augmentations) throws XNIException { argument
1276 public void attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) throws XNIException { argument
1280 public void endAttlist(Augmentations augmentations) throw argument
1284 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
1288 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1292 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
1296 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1300 startConditional(short type, Augmentations augmentations) argument
1304 ignoredCharacters(XMLString text, Augmentations augmentations) argument
1308 endConditional(Augmentations augmentations) argument
1312 endDTD(Augmentations augmentations) argument
1324 startContentModel(String elementName, Augmentations augmentations) argument
1328 any(Augmentations augmentations) argument
1332 empty(Augmentations augmentations) argument
1336 startGroup(Augmentations augmentations) argument
1340 pcdata(Augmentations augmentations) argument
1344 element(String elementName, Augmentations augmentations) argument
1348 separator(short separator, Augmentations augmentations) argument
1352 occurrence(short occurrence, Augmentations augmentations) argument
1356 endGroup(Augmentations augmentations) argument
1360 endContentModel(Augmentations augmentations) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java72 * @param augs Additional information that may include infoset augmentations
90 * @param augs Additional information that may include infoset augmentations
108 * @param augs Additional information that may include infoset augmentations
121 * @param augs Additional information that may include infoset augmentations
142 * @param augs Additional information that may include infoset augmentations
157 * @param augs Additional information that may include infoset augmentations
171 * @param augs Additional information that may include infoset augmentations
185 * @param augs Additional information that may include infoset augmentations
207 * @param augs Additional information that may include infoset augmentations
230 * @param augs Additional information that may include infoset augmentations
359 startDTD(XMLLocator locator, Augmentations augmentations) argument
378 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
414 endParameterEntity(String name, Augmentations augmentations) argument
428 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
441 endExternalSubset(Augmentations augmentations) argument
496 elementDecl(String name, String contentModel, Augmentations augmentations) argument
511 startAttlist(String elementName, Augmentations augmentations) argument
540 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
555 endAttlist(Augmentations augmentations) argument
574 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
593 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
611 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
628 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
645 startConditional(short type, Augmentations augmentations) argument
658 ignoredCharacters(XMLString text, Augmentations augmentations) argument
670 endConditional(Augmentations augmentations) argument
681 endDTD(Augmentations augmentations) argument
700 startContentModel(String elementName, Augmentations augmentations) argument
715 any(Augmentations augmentations) argument
729 empty(Augmentations augmentations) argument
746 startGroup(Augmentations augmentations) argument
761 pcdata(Augmentations augmentations) argument
773 element(String elementName, Augmentations augmentations) argument
790 separator(short separator, Augmentations augmentations) argument
809 occurrence(short occurrence, Augmentations augmentations) argument
821 endGroup(Augmentations augmentations) argument
832 endContentModel(Augmentations augmentations) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1208 Augmentations augmentations)
1219 augmentations);
1230 Augmentations augmentations)
1233 fDTDHandler.elementDecl(name, contentModel, augmentations);
1241 public void endAttlist(Augmentations augmentations) throws XNIException { argument
1243 fDTDHandler.endAttlist(augmentations);
1251 public void endConditional(Augmentations augmentations) argument
1254 fDTDHandler.endConditional(augmentations);
1262 public void endDTD(Augmentations augmentations) throws XNIException { argument
1264 fDTDHandler.endDTD(augmentations);
1200 attributeDecl( String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
1227 elementDecl( String name, String contentModel, Augmentations augmentations) argument
1273 endExternalSubset(Augmentations augmentations) argument
1284 endParameterEntity(String name, Augmentations augmentations) argument
1295 externalEntityDecl( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1317 ignoredCharacters(XMLString text, Augmentations augmentations) argument
1328 internalEntityDecl( String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
1347 notationDecl( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1370 startAttlist(String elementName, Augmentations augmentations) argument
1381 startConditional(short type, Augmentations augmentations) argument
1392 startDTD(XMLLocator locator, Augmentations augmentations) argument
1404 startExternalSubset( XMLResourceIdentifier identifier, Augmentations augmentations) argument
1417 startParameterEntity( String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
1436 unparsedEntityDecl( String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
2429 addUnparsedEntity( String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
2451 addNotation( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
2697 public Augmentations augmentations; field in class:XIncludeHandler.Notation
2739 public Augmentations augmentations; field in class:XIncludeHandler.UnparsedEntity
[all...]

Completed in 54 milliseconds