| java.lang.Object org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
getObjectType | public Class getObjectType()(Code) | | Returns the class of XmlOptions .
|
isSingleton | public boolean isSingleton()(Code) | | Returns true .
|
setOptions | public void setOptions(Map options)(Code) | | Sets options on the underlying XmlOptions object. The keys of the supplied map should be one of the
string constants defined in XmlOptions , the values vary per option.
See Also: XmlOptions.put(ObjectObject) See Also: XmlOptions.SAVE_PRETTY_PRINT See Also: XmlOptions.LOAD_STRIP_COMMENTS |
|
|