Class XMLWriterImpl.XMLElement

java.lang.Object
org.semanticweb.owlapi.rdf.rdfxml.renderer.XMLWriterImpl.XMLElement
Enclosing class:
XMLWriterImpl

public class XMLWriterImpl.XMLElement extends Object
XML element.
  • Constructor Details

    • XMLElement

      public XMLElement(@Nullable String name, int indentation)
      Parameters:
      name - name
      indentation - indentation
  • Method Details

    • setWrapAttributes

      public void setWrapAttributes(boolean b)
      Parameters:
      b - b
    • setAttribute

      public void setAttribute(String attribute, String value)
      Parameters:
      attribute - attribute
      value - value
    • setText

      public void setText(String content)
      Parameters:
      content - content
    • writeElementStart

      public void writeElementStart(boolean close)
      Parameters:
      close - close
    • writeElementEnd

      public void writeElementEnd()
      Write end element.