Klasse SourceToXml
java.lang.Object
org.apache.torque.generator.source.stream.SourceToXml
Creates an xml String out of a source tree.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the String by which a child element is indented relative to its parent.void
Sets the String by which a child element is indented relative to its parent.toXml
(SourceElement rootElement, boolean createIdAttributes) Renders a source element and its children as XML.
-
Konstruktordetails
-
SourceToXml
public SourceToXml()
-
-
Methodendetails
-
toXml
Renders a source element and its children as XML.- Parameter:
rootElement
- the element to render.createIdAttributes
- whether id attributes should be created and filled automatically.- Gibt zurück:
- the created XML.
- Löst aus:
SourceException
- if automaticIds is false and an element is encountered twice in the source tree.
-
getIndent
Returns the String by which a child element is indented relative to its parent.- Gibt zurück:
- the indent String.
-
setIndent
Sets the String by which a child element is indented relative to its parent.- Parameter:
indent
- the indent String to set.
-