Interface OutputXML

All Known Subinterfaces:
CPQ
All Known Implementing Classes:
ConcatCPQ, Conjunct, ConjunctCPQ, EdgeCPQ, IdentityCPQ, IntersectionCPQ, Predicate, Query, QueryBody, QuerySet

public interface OutputXML
Interface for components that can be converted to an XML representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Gets the XML form of this object.
    void
    Writes this object as XML to the given writer.
  • Method Details

    • writeXML

      void writeXML(IndentWriter writer)
      Writes this object as XML to the given writer.
      Parameters:
      writer - The writer to write to.
    • toXML

      default String toXML()
      Gets the XML form of this object.
      Returns:
      The XML form of this object.