Searched defs:xout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java325 XMLStreamWriter xout = output.createXMLStreamWriter(out);
328 xout.writeStartDocument();
329 xout.writeCharacters("\n");
332 xout.writeDTD(PLIST_DTD);
333 xout.writeCharacters("\n");
336 xout.writeStartElement(PLIST_TAG);
337 xout.writeAttribute(PLIST_VERSION_ATTRIBUTE, "1.0");
338 xout.writeCharacters("\n");
341 xout.writeStartElement(DICT_TAG);
342 xout
418 writeKey(XMLStreamWriter xout, String key) argument
425 writeString(XMLStreamWriter xout, String value) argument
432 writeProperty(XMLStreamWriter xout, String key, String value) argument
[all...]

Completed in 251 milliseconds