Lines Matching defs:augmentations

138      * @param augmentations Additional information that may include infoset
139 * augmentations.
143 public void startContentModel(String elementName, Augmentations augmentations)
149 * @param augmentations Additional information that may include infoset
150 * augmentations.
157 public void any(Augmentations augmentations) throws XNIException;
164 * @param augmentations Additional information that may include infoset
165 * augmentations.
170 public void empty(Augmentations augmentations) throws XNIException;
178 * @param augmentations Additional information that may include infoset
179 * augmentations.
186 public void startGroup(Augmentations augmentations) throws XNIException;
193 * @param augmentations Additional information that may include infoset
194 * augmentations.
200 public void pcdata(Augmentations augmentations) throws XNIException;
206 * @param augmentations Additional information that may include infoset
207 * augmentations.
211 public void element(String elementName, Augmentations augmentations)
219 * @param augmentations Additional information that may include infoset
220 * augmentations.
227 public void separator(short separator, Augmentations augmentations)
236 * @param augmentations Additional information that may include infoset
237 * augmentations.
245 public void occurrence(short occurrence, Augmentations augmentations)
251 * @param augmentations Additional information that may include infoset
252 * augmentations.
256 public void endGroup(Augmentations augmentations) throws XNIException;
261 * @param augmentations Additional information that may include infoset
262 * augmentations.
266 public void endContentModel(Augmentations augmentations) throws XNIException;