Searched refs:fiout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DFastInfosetStreamWriterOutput.java69 private final StAXDocumentSerializer fiout; field in class:FastInfosetStreamWriterOutput
225 this.fiout = out;
228 final VocabularyApplicationData vocabAppData = fiout.getVocabularyApplicationData();
232 fiout.setVocabularyApplicationData(appData);
258 fiout.initiateLowLevelWriting();
268 fiout.writeLowLevelTerminationAndMark();
276 fiout.writeLowLevelStartElementIndexed(EncodingConstants.ELEMENT, qNameIndex);
278 tables.elementIndexes[name.qNameIndex] = fiout.getNextElementIndex() + tables.indexOffset;
293 fiout.writeLowLevelStartNamespaces();
298 fiout
[all...]

Completed in 34 milliseconds