Package dev.roanh.gmark.output
Interface OutputXML
- All Known Subinterfaces:
CPQ
,QueryLanguageSyntax
,RPQ
- All Known Implementing Classes:
ConcatCPQ
,ConcatRPQ
,Conjunct
,ConjunctCPQ
,DisjunctionRPQ
,EdgeCPQ
,EdgeRPQ
,GenericEdge
,IdentityCPQ
,IntersectionCPQ
,KleeneRPQ
,Predicate
,Query
,QueryBody
,QuerySet
public interface OutputXML
Interface for components that can be converted
to an XML representation.
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
toXML()
Gets the XML form of this object.void
writeXML
(IndentWriter writer) Writes this object as XML to the given writer.
-
Method Details
-
writeXML
Writes this object as XML to the given writer.- Parameters:
writer
- The writer to write to.
-
toXML
Gets the XML form of this object.- Returns:
- The XML form of this object.
-