Lines Matching defs:augmentations

64     public void startDTD(XMLLocator locator, Augmentations augmentations)
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)
90 fDTDHandler.endParameterEntity(name, augmentations);
95 Augmentations augmentations) throws XNIException {
97 fDTDHandler.startExternalSubset(identifier, augmentations);
101 public void endExternalSubset(Augmentations augmentations)
104 fDTDHandler.endExternalSubset(augmentations);
108 public void comment(XMLString text, Augmentations augmentations)
111 fDTDHandler.comment(text, augmentations);
116 Augmentations augmentations) throws XNIException {
118 fDTDHandler.processingInstruction(target, data, augmentations);
123 Augmentations augmentations) throws XNIException {
125 fDTDHandler.elementDecl(name, contentModel, augmentations);
129 public void startAttlist(String elementName, Augmentations augmentations)
132 fDTDHandler.startAttlist(elementName, augmentations);
139 Augmentations augmentations) throws XNIException {
144 augmentations);
148 public void endAttlist(Augmentations augmentations) throws XNIException {
150 fDTDHandler.endAttlist(augmentations);
155 XMLString nonNormalizedText, Augmentations augmentations)
159 nonNormalizedText, augmentations);
164 XMLResourceIdentifier identifier, Augmentations augmentations)
167 fDTDHandler.externalEntityDecl(name, identifier, augmentations);
173 Augmentations augmentations) throws XNIException {
179 fDTDHandler.unparsedEntityDecl(name, identifier, notation, augmentations);
184 Augmentations augmentations) throws XNIException {
186 fDTDHandler.notationDecl(name, identifier, augmentations);
190 public void startConditional(short type, Augmentations augmentations)
193 fDTDHandler.startConditional(type, augmentations);
197 public void ignoredCharacters(XMLString text, Augmentations augmentations)
200 fDTDHandler.ignoredCharacters(text, augmentations);
205 public void endConditional(Augmentations augmentations) throws XNIException {
207 fDTDHandler.endConditional(augmentations);
211 public void endDTD(Augmentations augmentations) throws XNIException {
213 fDTDHandler.endDTD(augmentations);