|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.xml.XmlWriter.Context
public static class XmlWriter.Context
The dynamic context.
| Field Summary | |
|---|---|
protected boolean |
preserveSpace
Preserve space flag. |
| Constructor Summary | |
|---|---|
XmlWriter.Context()
Environment constructor. |
|
XmlWriter.Context(Namespace namespace,
String default_namespace_uri)
Environment constructor. |
|
| Method Summary | |
|---|---|
XmlWriter.Context |
cloneContext()
Clones the current class. |
String |
getDefaultElementNamespaceURI()
Returns the default namespace URI of elements and types. |
int |
getFilter()
Returns the filtering flags. |
int |
getIndent()
Returns the indentation. |
Namespace |
getNamespace()
Returns the namespace of the environment. |
void |
setDefaultElementNamespaceURI(String namespace_uri)
Set the default namespace URI for elements and types. |
void |
setFilter(int filter)
Set the filter provided in parameter. |
void |
setIndent(int indent)
Set the indent provided in parameter. |
void |
setNamespace(Namespace namespace)
Set the namespace provided in parameter. |
void |
setPreserveSpace(boolean preserve_space)
Change the preserve space flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean preserveSpace
| Constructor Detail |
|---|
public XmlWriter.Context()
The following default namespaces are inserted:
| xml | http://www.w3.org/XML/1998/namespace |
| xs | http://www.w3.org/2001/XMLSchema |
| xsi | http://www.w3.org/2001/XMLSchema-instance |
public XmlWriter.Context(Namespace namespace,
String default_namespace_uri)
namespace - the namespace bindings.default_namespace_uri - the default namespace URI.| Method Detail |
|---|
public XmlWriter.Context cloneContext()
public final int getIndent()
public final void setIndent(int indent)
indent - the indent to be considered.public final void setPreserveSpace(boolean preserve_space)
preserve_space - the preserve space flagpublic final int getFilter()
public final void setFilter(int filter)
filter - the filter to be considered.public final Namespace getNamespace()
public final void setNamespace(Namespace namespace)
namespace - the namespace to be considered.public final String getDefaultElementNamespaceURI()
public final void setDefaultElementNamespaceURI(String namespace_uri)
namespace_uri - the new default namespace URI to consider.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||