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

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DStAXExStreamWriterOutput.java48 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws XMLStreamException { argument
H A DForkXmlOutput.java100 public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument
105 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument
H A DXMLEventWriterOutput.java117 public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument
123 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument
H A DFastInfosetStreamWriterOutput.java384 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException { argument
408 public void text(String value, boolean needsSeparatingWhitespace) throws IOException { argument
H A DXMLStreamWriterOutput.java147 public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument
153 public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException { argument

Completed in 79 milliseconds