com.admc.jamama.dtd.impl.runtime
Class MarshallerImpl
java.lang.Object
AbstractMarshallerImpl
com.admc.jamama.dtd.impl.runtime.MarshallerImpl
- public class MarshallerImpl
- extends AbstractMarshallerImpl
Implementation of Marshaller interface for JAXB RI.
- Author:
- Kohsuke Kawaguchi, Vivek Pandey
- See Also:
- Serialized Form
|
Method Summary |
protected CharacterEscapeHandler |
createEscapeHandler(java.lang.String encoding)
|
XMLWriter |
createWriter(java.io.OutputStream os)
|
XMLWriter |
createWriter(java.io.OutputStream os,
java.lang.String encoding)
|
XMLWriter |
createWriter(java.io.Writer w)
|
XMLWriter |
createWriter(java.io.Writer w,
java.lang.String encoding)
|
java.lang.Object |
getProperty(java.lang.String name)
|
void |
marshal(java.lang.Object obj,
javax.xml.transform.Result result)
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallerImpl
public MarshallerImpl()
marshal
public void marshal(java.lang.Object obj,
javax.xml.transform.Result result)
throws JAXBException
- Throws:
JAXBException
createEscapeHandler
protected CharacterEscapeHandler createEscapeHandler(java.lang.String encoding)
createWriter
public XMLWriter createWriter(java.io.Writer w,
java.lang.String encoding)
throws JAXBException
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.Writer w)
throws JAXBException
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.OutputStream os)
throws JAXBException
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.OutputStream os,
java.lang.String encoding)
throws JAXBException
- Throws:
JAXBException
getProperty
public java.lang.Object getProperty(java.lang.String name)
throws PropertyException
- Throws:
PropertyException
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
throws PropertyException
- Throws:
PropertyException