Lines Matching defs:augmentations

58      * @param augmentations    Additional information that may include infoset
59 * augmentations.
65 Augmentations augmentations)
81 * @param augmentations Additional information that may include infoset
82 * augmentations.
89 Augmentations augmentations) throws XNIException;
104 * @param augmentations Additional information that may include infoset
105 * augmentations.
110 Augmentations augmentations) throws XNIException;
119 * @param augmentations Additional information that may include infoset
120 * augmentations.
124 public void endGeneralEntity(String name, Augmentations augmentations)
131 * @param augmentations Additional information that may include infoset
132 * augmentations.
136 public void comment(XMLString text, Augmentations augmentations)
152 * @param augmentations Additional information that may include infoset
153 * augmentations.
158 Augmentations augmentations)
166 * @param augmentations Additional information that may include infoset
167 * augmentations.
172 Augmentations augmentations) throws XNIException;
179 * @param augmentations Additional information that may include infoset
180 * augmentations.
185 Augmentations augmentations) throws XNIException;
191 * @param augmentations Additional information that may include infoset
192 * augmentations.
196 public void characters(XMLString text, Augmentations augmentations)
208 * @param augmentations Additional information that may include infoset
209 * augmentations.
214 Augmentations augmentations)
221 * @param augmentations Additional information that may include infoset
222 * augmentations.
226 public void endElement(QName element, Augmentations augmentations)
232 * @param augmentations Additional information that may include infoset
233 * augmentations.
237 public void startCDATA(Augmentations augmentations) throws XNIException;
242 * @param augmentations Additional information that may include infoset
243 * augmentations.
247 public void endCDATA(Augmentations augmentations) throws XNIException;
252 * @param augmentations Additional information that may include infoset
253 * augmentations.
257 public void endDocumentFragment(Augmentations augmentations)