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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/stax/
H A DLowLevelFastInfosetStreamWriter.java80 * CONTENTS := (ELEMENT | writeLowLevelText writeLowLevelOctets)*
197 public void writeLowLevelText(char[] text, int length) method in interface:LowLevelFastInfosetStreamWriter
200 public void writeLowLevelText(String text) method in interface:LowLevelFastInfosetStreamWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java768 public final void writeLowLevelText(char[] text, int length) throws IOException { method in class:StAXDocumentSerializer
777 public final void writeLowLevelText(String text) throws IOException { method in class:StAXDocumentSerializer

Completed in 31 milliseconds