|
||||||||||
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. |
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |