| java.lang.Object com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput
Method Summary | |
public void | text(Pcdata value, boolean needsSeparatingWhitespace) |
StAXExStreamWriterOutput | public StAXExStreamWriterOutput(XMLStreamWriterEx out)(Code) | | |
Fields inherited from com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput | final protected char[] buf(Code)(Java Doc)
|
Methods inherited from com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput | public void attribute(int prefix, String localName, String value) throws IOException, XMLStreamException(Code)(Java Doc) public void beginStartTag(int prefix, String localName) throws IOException, XMLStreamException(Code)(Java Doc) public static XmlOutput create(XMLStreamWriter out, JAXBContextImpl context)(Code)(Java Doc) public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void endStartTag() throws IOException, SAXException(Code)(Java Doc) public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void text(String value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void text(Pcdata value, boolean needsSeparatingWhitespace) throws IOException, SAXException, XMLStreamException(Code)(Java Doc)
|
Methods inherited from com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl | public void attribute(Name name, String value) throws IOException, XMLStreamException(Code)(Java Doc) abstract public void attribute(int prefix, String localName, String value) throws IOException, XMLStreamException(Code)(Java Doc) public void beginStartTag(Name name) throws IOException, XMLStreamException(Code)(Java Doc) abstract public void beginStartTag(int prefix, String localName) throws IOException, XMLStreamException(Code)(Java Doc) public void endDocument(boolean fragment) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) abstract public void endStartTag() throws IOException, SAXException(Code)(Java Doc) public void endTag(Name name) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) abstract public void endTag(int prefix, String localName) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws IOException, SAXException, XMLStreamException(Code)(Java Doc)
|
|
|