- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
- org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
-
- org.glassfish.jaxb.runtime.v2.runtime.output.DOMOutput
-
-
Field Summary
-
Fields inherited from class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
nsContext, nsUriIndex2prefixIndex, serializer
-
-
Constructor Summary
Constructors Constructor Description DOMOutput(Node node, AssociationMap assoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendStartTag()-
Methods inherited from class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
attribute, beginStartTag, endDocument, endTag, startDocument, text, text
-
Methods inherited from class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
attribute, beginStartTag, endTag
-
-
-
-
Constructor Detail
-
DOMOutput
public DOMOutput(Node node, AssociationMap assoc)
-
-
Method Detail
-
endStartTag
public void endStartTag() throws SAXException- Specified by:
endStartTagin interfaceXmlOutput- Overrides:
endStartTagin classSAXOutput- Throws:
SAXException
-
-