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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java143 public void startContentModel(String elementName, Augmentations augmentations) argument
157 public void any(Augmentations augmentations) throws XNIException; argument
170 public void empty(Augmentations augmentations) throws XNIException; argument
186 startGroup(Augmentations augmentations) argument
200 pcdata(Augmentations augmentations) argument
211 element(String elementName, Augmentations augmentations) argument
227 separator(short separator, Augmentations augmentations) argument
245 occurrence(short occurrence, Augmentations augmentations) argument
256 endGroup(Augmentations augmentations) argument
266 endContentModel(Augmentations augmentations) argument
[all...]
H A DXMLDocumentFragmentHandler.java63 startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations) argument
86 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
109 textDecl(String version, String encoding, Augmentations augmentations) argument
124 endGeneralEntity(String name, Augmentations augmentations) argument
136 comment(XMLString text, Augmentations augmentations) argument
157 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
171 startElement(QName element, XMLAttributes attributes, Augmentations augmentations) argument
184 emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations) argument
196 characters(XMLString text, Augmentations augmentations) argument
213 ignorableWhitespace(XMLString text, Augmentations augmentations) argument
226 endElement(QName element, Augmentations augmentations) argument
237 startCDATA(Augmentations augmentations) argument
247 endCDATA(Augmentations augmentations) argument
257 endDocumentFragment(Augmentations augmentations) argument
[all...]
H A DXMLDTDHandler.java75 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
93 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
112 textDecl(String version, String encoding, Augmentations augmentations) argument
125 endParameterEntity(String name, Augmentations augmentations) argument
138 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
150 endExternalSubset(Augmentations augmentations) argument
162 comment(XMLString text, Augmentations augmentations) argument
183 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
197 elementDecl(String name, String contentModel, Augmentations augmentations) argument
211 startAttlist(String elementName, Augmentations augmentations) argument
239 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
253 endAttlist(Augmentations augmentations) argument
271 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
289 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
306 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
322 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
338 startConditional(short type, Augmentations augmentations) argument
350 ignoredCharacters(XMLString text, Augmentations augmentations) argument
361 endConditional(Augmentations augmentations) argument
371 endDTD(Augmentations augmentations) argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java64 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
87 public void endParameterEntity(String name, Augmentations augmentations) argument
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...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java124 public void startDTD(XMLLocator locator, Augmentations augmentations) argument
135 public void comment(XMLString text, Augmentations augmentations) throws XNIException { argument
173 public void endExternalSubset(Augmentations augmentations) throws XNIException { argument
234 public void endAttlist(Augmentations augmentations) throws XNIException { argument
154 processingInstruction(String target, XMLString data, Augmentations augmentations) argument
164 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
184 elementDecl(String name, String contentModel, Augmentations augmentations) argument
197 startAttlist(String elementName, Augmentations augmentations) argument
222 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
251 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
270 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
289 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
306 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
322 startConditional(short type, Augmentations augmentations) argument
330 endConditional(Augmentations augmentations) argument
338 endDTD(Augmentations augmentations) argument
354 endEntity(String name, Augmentations augmentations) argument
[all...]
H A DAbstractXMLDocumentParser.java389 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
401 endExternalSubset(Augmentations augmentations) argument
[all...]
H A DDOMParserImpl.java1244 public void startDTD(XMLLocator locator, Augmentations augmentations) throws XNIException { argument
1248 public void startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) throws XNIException { argument
1252 public void endParameterEntity(String name, Augmentations augmentations) throws XNIException { argument
1256 public void startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) throws XNIException { argument
1260 public void endExternalSubset(Augmentations augmentations) throws XNIException { argument
1264 public void elementDecl(String name, String contentModel, Augmentations augmentations) throws XNIException { argument
1268 public void startAttlist(String elementName, Augmentations augmentations) throws XNIException { argument
1272 public void attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) throws XNIException { argument
1276 public void endAttlist(Augmentations augmentations) throw argument
1280 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
1284 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1288 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
1292 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1296 startConditional(short type, Augmentations augmentations) argument
1300 ignoredCharacters(XMLString text, Augmentations augmentations) argument
1304 endConditional(Augmentations augmentations) argument
1308 endDTD(Augmentations augmentations) argument
1320 startContentModel(String elementName, Augmentations augmentations) argument
1324 any(Augmentations augmentations) argument
1328 empty(Augmentations augmentations) argument
1332 startGroup(Augmentations augmentations) argument
1336 pcdata(Augmentations augmentations) argument
1340 element(String elementName, Augmentations augmentations) argument
1344 separator(short separator, Augmentations augmentations) argument
1348 occurrence(short occurrence, Augmentations augmentations) argument
1352 endGroup(Augmentations augmentations) argument
1356 endContentModel(Augmentations augmentations) argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java360 startDTD(XMLLocator locator, Augmentations augmentations) argument
379 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
415 endParameterEntity(String name, Augmentations augmentations) argument
429 startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations) argument
442 endExternalSubset(Augmentations augmentations) argument
497 elementDecl(String name, String contentModel, Augmentations augmentations) argument
512 startAttlist(String elementName, Augmentations augmentations) argument
541 attributeDecl(String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
556 endAttlist(Augmentations augmentations) argument
575 internalEntityDecl(String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
594 externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
612 unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
629 notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
646 startConditional(short type, Augmentations augmentations) argument
659 ignoredCharacters(XMLString text, Augmentations augmentations) argument
671 endConditional(Augmentations augmentations) argument
682 endDTD(Augmentations augmentations) argument
701 startContentModel(String elementName, Augmentations augmentations) argument
716 any(Augmentations augmentations) argument
730 empty(Augmentations augmentations) argument
747 startGroup(Augmentations augmentations) argument
762 pcdata(Augmentations augmentations) argument
774 element(String elementName, Augmentations augmentations) argument
791 separator(short separator, Augmentations augmentations) argument
810 occurrence(short occurrence, Augmentations augmentations) argument
822 endGroup(Augmentations augmentations) argument
833 endContentModel(Augmentations augmentations) argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1260 public void endAttlist(Augmentations augmentations) throws XNIException { argument
1270 public void endConditional(Augmentations augmentations) argument
1281 public void endDTD(Augmentations augmentations) throws XNIException { argument
1219 attributeDecl( String elementName, String attributeName, String type, String[] enumeration, String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations) argument
1246 elementDecl( String name, String contentModel, Augmentations augmentations) argument
1292 endExternalSubset(Augmentations augmentations) argument
1303 endParameterEntity(String name, Augmentations augmentations) argument
1314 externalEntityDecl( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1336 ignoredCharacters(XMLString text, Augmentations augmentations) argument
1347 internalEntityDecl( String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations) argument
1366 notationDecl( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
1389 startAttlist(String elementName, Augmentations augmentations) argument
1400 startConditional(short type, Augmentations augmentations) argument
1411 startDTD(XMLLocator locator, Augmentations augmentations) argument
1423 startExternalSubset( XMLResourceIdentifier identifier, Augmentations augmentations) argument
1436 startParameterEntity( String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
1455 unparsedEntityDecl( String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
2478 addUnparsedEntity( String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations) argument
2500 addNotation( String name, XMLResourceIdentifier identifier, Augmentations augmentations) argument
2746 public Augmentations augmentations; field in class:XIncludeHandler.Notation
2788 public Augmentations augmentations; field in class:XIncludeHandler.UnparsedEntity
[all...]

Completed in 366 milliseconds