Searched defs:xmlWriter (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/jdk/src/share/classes/com/sun/rowset/ |
| H A D | WebRowSetImpl.java | 63 private WebRowSetXmlWriter xmlWriter; field in class:WebRowSetImpl 92 xmlWriter = new WebRowSetXmlWriter(); 123 // xmlWriter = provider.getRowSetWriter(); 158 // WebRowSetXmlWriter xmlWriter = getXmlWriter(); 159 if (xmlWriter != null) { 164 xmlWriter.writeXML(this, writer); 243 if (xmlWriter != null) { 248 xmlWriter.writeXML(this, oStream);
|
| /openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/ |
| H A D | Printer.java | 49 XMLWriter xmlWriter = new XMLWriter(writer); 52 export(xmlWriter, document); 57 private void export(XMLWriter xmlWriter, GraphDocument document) throws IOException { argument 58 xmlWriter.startTag(Parser.ROOT_ELEMENT); 59 xmlWriter.writeProperties(document.getProperties()); 61 export(xmlWriter, g); 64 xmlWriter.endTag(); 65 xmlWriter.flush();
|
| /openjdk7/jdk/src/share/classes/com/sun/rowset/providers/ |
| H A D | RIXMLProvider.java | 98 private XmlWriter xmlWriter; field in class:RIXMLProvider 144 xmlWriter = writer; 166 return xmlWriter;
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/ |
| H A D | PolicyWSDLGeneratorExtension.java | 334 * @param xmlWriter A TypedXmlWriter. 339 private void selectAndProcessSubject(final TypedXmlWriter xmlWriter, final Class clazz, final ScopeType scopeType, final QName bindingName) { argument 340 LOGGER.entering(xmlWriter, clazz, scopeType, bindingName); 342 selectAndProcessSubject(xmlWriter, clazz, scopeType, (String) null); 347 writePolicyOrReferenceIt(subject, xmlWriter); 351 selectAndProcessSubject(xmlWriter, clazz, scopeType, bindingName.getLocalPart()); 356 private void selectAndProcessBindingSubject(final TypedXmlWriter xmlWriter, final Class clazz, final ScopeType scopeType, final QName bindingName) { argument 357 LOGGER.entering(xmlWriter, clazz, scopeType, bindingName); 363 writePolicyOrReferenceIt(subject, xmlWriter); 368 selectAndProcessSubject(xmlWriter, claz 372 selectAndProcessSubject(final TypedXmlWriter xmlWriter, final Class clazz, final ScopeType scopeType, final String wsdlName) argument [all...] |
Completed in 26 milliseconds