Lines Matching refs:schemaDOM

72     SchemaDOM schemaDOM;
118 schemaDOM = new SchemaDOM();
125 schemaDOM.setDocumentURI(locator.getExpandedSystemId());
136 // schemaDOM.printDOM();
151 schemaDOM.comment(text);
176 schemaDOM.processingInstruction(target, data);
213 schemaDOM.characters(text);
248 schemaDOM.startAnnotation(element, attributes, fNamespaceContext);
249 fCurrentAnnotationElement = schemaDOM.startElement(element, attributes,
262 schemaDOM.startAnnotationElement(element, attributes);
265 schemaDOM.startAnnotationElement(element, attributes);
269 schemaDOM.startElement(element, attributes,
293 schemaDOM.startElement(element, attributes,
301 schemaDOM.startAnnotation(annRawName, attributes, fNamespaceContext);
303 schemaDOM.startAnnotationElement(elemRawName, attributes);
304 schemaDOM.charactersRaw("SYNTHETIC_ANNOTATION");
305 schemaDOM.endSyntheticAnnotationElement(elemRawName, false);
306 schemaDOM.endSyntheticAnnotationElement(annRawName, true);
308 schemaDOM.endElement();
313 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
314 // schemaDOM.emptyElement (basically the same as startElement then endElement)
315 // schemaDOM.endAnnotationElement (if applicable)
317 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
318 // schemaDOM.startElement
319 // schemaDOM.endAnnotationElement (if applicable)
320 // schemaDOM.endElementElement
327 schemaDOM.startAnnotation(element, attributes, fNamespaceContext);
331 schemaDOM.startAnnotationElement(element, attributes);
334 ElementImpl newElem = schemaDOM.emptyElement(element, attributes,
343 schemaDOM.endAnnotation(element, newElem);
347 schemaDOM.endAnnotationElement(element);
368 schemaDOM.endAnnotationElement(element);
369 schemaDOM.endElement();
372 schemaDOM.endAnnotation(element, fCurrentAnnotationElement);
373 schemaDOM.endElement();
375 schemaDOM.endAnnotationElement(element);
384 schemaDOM.startAnnotation(annRawName, fEmptyAttr, fNamespaceContext);
386 schemaDOM.startAnnotationElement(elemRawName, fEmptyAttr);
387 schemaDOM.charactersRaw("SYNTHETIC_ANNOTATION");
388 schemaDOM.endSyntheticAnnotationElement(elemRawName, false);
389 schemaDOM.endSyntheticAnnotationElement(annRawName, true);
392 schemaDOM.endElement();
433 schemaDOM.characters(text);
448 schemaDOM.startAnnotationCDATA();
463 schemaDOM.endAnnotationCDATA();
476 return schemaDOM;