Interface GomEmbeddedXml
- All Superinterfaces:
GomElement
,Serializable
- All Known Implementing Classes:
GomComment
,GomEmbeddedQuery
,GomEmbeddedWordImport
,GomInvalid
Definition for elements acting as container for embedded XML that is foreign
to GOM
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the XML to be embedded for the elementvoid
setEmbeddedXml
(String xml) Set the given XML as element contentMethods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Method Details
-
setEmbeddedXml
Set the given XML as element content- Parameters:
xml
- The embedded XML- Throws:
ParsingError
- If the XML could not be processed by the embeddee- Since:
- 3.0
-
getEmbeddedXml
String getEmbeddedXml()Get the XML to be embedded for the element- Returns:
- The XML to embed
- Since:
- 3.0
-