|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 pPrefix)
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. |
Method Detail |
public JMMarshaller getJMMarshaller()
Returns the Marshaller controlling the marshalling process.
public org.xml.sax.ContentHandler getContentHandler()
Returns the ContentHandler which is the target of the marshalling process.
public JMXmlSerializer getJMXmlSerializer()
Returns the outer JMXmlSerializer which created the
JMXmlSerializerData instance through its getData()
method.
public NamespaceSupport getNamespaceContext()
Returns an instance of NamespaceSupport.
public java.lang.String getNewPrefix(java.lang.String pURI, java.lang.String pPrefix)
Returns a new prefix for the given URI which has not yet been declared.
pURI
- A namespace URI being declared.pPrefix
- A suggested prefix or null, if none is available.public DatatypeConverterInterface getDatatypeConverter()
Returns the DatatypeConverterInterface
.
public boolean isRootElementCreated()
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.
public void setRootElementCreated(boolean pCreated)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |