|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.impl.JMXmlSerializerImpl.Data
Constructor Summary | |
protected |
JMXmlSerializerImpl.Data(JMMarshaller pMarshaller,
org.xml.sax.ContentHandler pHandler)
|
Method Summary | |
org.xml.sax.ContentHandler |
getContentHandler()
Returns the ContentHandler which is the target of the marshalling process. |
DatatypeConverterInterface |
getDatatypeConverter()
Returns the DatatypeConverterInterface . |
JMMarshaller |
getJMMarshaller()
Returns the Marshaller controlling the marshalling process. |
JMXmlSerializer |
getJMXmlSerializer()
Returns the outer JMXmlSerializer which created the JMXmlSerializerData instance through its getData()
method. |
NamespaceSupport |
getNamespaceContext()
Returns an instance of NamespaceSupport. |
java.lang.String |
getNewPrefix(java.lang.String pURI,
java.lang.String pSuggestedPrefix)
Returns a new prefix for the given URI which has not yet been declared. |
boolean |
isRootElementCreated()
Returns whether the root element has already been generated. |
void |
setRootElementCreated(boolean pCreated)
Sets whether the root element has already been generated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JMXmlSerializerImpl.Data(JMMarshaller pMarshaller, org.xml.sax.ContentHandler pHandler)
Method Detail |
public JMMarshaller getJMMarshaller()
JMXmlSerializer.Data
Returns the Marshaller controlling the marshalling process.
getJMMarshaller
in interface JMXmlSerializer.Data
public org.xml.sax.ContentHandler getContentHandler()
JMXmlSerializer.Data
Returns the ContentHandler which is the target of the marshalling process.
getContentHandler
in interface JMXmlSerializer.Data
public NamespaceSupport getNamespaceContext()
JMXmlSerializer.Data
Returns an instance of NamespaceSupport.
getNamespaceContext
in interface JMXmlSerializer.Data
public DatatypeConverterInterface getDatatypeConverter()
JMXmlSerializer.Data
Returns the DatatypeConverterInterface
.
getDatatypeConverter
in interface JMXmlSerializer.Data
public JMXmlSerializer getJMXmlSerializer()
JMXmlSerializer.Data
Returns the outer JMXmlSerializer which created the
JMXmlSerializerData instance through its getData()
method.
getJMXmlSerializer
in interface JMXmlSerializer.Data
public java.lang.String getNewPrefix(java.lang.String pURI, java.lang.String pSuggestedPrefix)
JMXmlSerializer.Data
Returns a new prefix for the given URI which has not yet been declared.
getNewPrefix
in interface JMXmlSerializer.Data
pURI
- A namespace URI being declared.pSuggestedPrefix
- A suggested prefix or null, if none is available.public boolean isRootElementCreated()
JMXmlSerializer.Data
Returns whether the root element has already been generated. If this isn't the case, then the caller must take care of attributes like xsi:schemaLocation, and the like.
isRootElementCreated
in interface JMXmlSerializer.Data
public void setRootElementCreated(boolean pCreated)
JMXmlSerializer.Data
Sets whether the root element has already been generated. If this isn't the case, then the caller must take care of attributes like xsi:schemaLocation, and the like.
setRootElementCreated
in interface JMXmlSerializer.Data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |