Interface GomEmbeddedXml

All Superinterfaces:
GomElement, Serializable
All Known Implementing Classes:
GomComment, GomEmbeddedQuery, GomEmbeddedWordImport, GomInvalid

public interface GomEmbeddedXml extends GomElement
Definition for elements acting as container for embedded XML that is foreign to GOM
Since:
3.0
  • Method Details

    • setEmbeddedXml

      void setEmbeddedXml(String xml) throws ParsingError
      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