|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.common.lowlevel.config.LowLevelConfiguration
net.sf.jsefa.xml.lowlevel.config.XmlLowLevelConfiguration
public final class XmlLowLevelConfiguration
Configuration object for creating a XmlLowLevelSerializer or XmlLowLevelDeserializer. It uses
lazy initialization.
| Nested Class Summary | |
|---|---|
static interface |
XmlLowLevelConfiguration.Defaults
Set of default configuration values. |
| Constructor Summary | |
|---|---|
XmlLowLevelConfiguration()
Constructs a new XmlLowLevelConfig. |
|
| Method Summary | |
|---|---|
XmlLowLevelConfiguration |
createCopy()
Creates a copy of this XmlLowLevelConfig. |
QName |
getDataTypeAttributeName()
Returns the name of the attribute denoting a data type. |
String |
getLineIndentation()
Returns the line indentation used for serializing. |
NamespaceManager |
getNamespaceManager()
Returns the NamespaceManager to be used for serialization only. |
void |
setDataTypeAttributeName(QName dataTypeAttributeName)
Sets the name of the attribute that denotes the data type of the respective element. |
void |
setLineIndentation(String lineIndentation)
Sets the line indentation to be used for serializing. |
void |
setNamespaceManager(NamespaceManager namespaceManager)
Sets the namespace manager. |
| Methods inherited from class net.sf.jsefa.common.lowlevel.config.LowLevelConfiguration |
|---|
getLineBreak, setLineBreak |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlLowLevelConfiguration()
XmlLowLevelConfig.
| Method Detail |
|---|
public XmlLowLevelConfiguration createCopy()
XmlLowLevelConfig.
createCopy in class LowLevelConfigurationXmlLowLevelConfigpublic NamespaceManager getNamespaceManager()
NamespaceManager to be used for serialization only.
public QName getDataTypeAttributeName()
public String getLineIndentation()
public void setNamespaceManager(NamespaceManager namespaceManager)
namespaceManager - the namespace manager.public void setDataTypeAttributeName(QName dataTypeAttributeName)
dataTypeAttributeName - the data type attribute namepublic void setLineIndentation(String lineIndentation)
lineIndentation - the line indentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||