|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JMXmlSerializer.Data
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 |
getNamespaceSupport()
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 |
---|
JMMarshaller getJMMarshaller()
Returns the Marshaller controlling the marshalling process.
org.xml.sax.ContentHandler getContentHandler()
Returns the ContentHandler which is the target of the marshalling process.
JMXmlSerializer getJMXmlSerializer()
Returns the outer JMXmlSerializer which created the
JMXmlSerializerData instance through its getData()
method.
NamespaceSupport getNamespaceSupport()
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.
pURI
- A namespace URI being declared.pPrefix
- A suggested prefix or null, if none is available.DatatypeConverterInterface getDatatypeConverter()
Returns the DatatypeConverterInterface
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |