| java.lang.Object com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl com.sun.xml.bind.v2.runtime.output.SAXOutput com.sun.xml.bind.v2.runtime.output.DOMOutput
DOMOutput | final public class DOMOutput extends SAXOutput (Code) | | XmlOutput implementation that does associative marshalling to DOM.
This is used for binder.
author: Kohsuke Kawaguchi |
Methods inherited from com.sun.xml.bind.v2.runtime.output.SAXOutput | public void attribute(int prefix, String localName, String value)(Code)(Java Doc) public void beginStartTag(int prefix, String localName)(Code)(Java Doc) public void endDocument(boolean fragment) throws SAXException, IOException, XMLStreamException(Code)(Java Doc) public void endStartTag() throws SAXException(Code)(Java Doc) public void endTag(int prefix, String localName) throws SAXException(Code)(Java Doc) public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws SAXException, IOException, XMLStreamException(Code)(Java Doc) public void text(String value, boolean needsSP) throws IOException, SAXException, XMLStreamException(Code)(Java Doc) public void text(Pcdata value, boolean needsSP) 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)
|
|
|