Interface Base

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      <T extends Base>
      T
      addComment​(java.lang.String value)
      Deprecated.
      Add an XML comment to this Base
      java.lang.Object clone()
      Deprecated.
      Clone this Base
      <T extends Base>
      T
      complete()
      Deprecated.
      Ensure that the underlying streams are fully parsed.
      WriterOptions getDefaultWriterOptions()
      Deprecated.
      Get the default WriterOptions for this object
      Factory getFactory()
      Deprecated.
      Get the Factory used to create this Base
      void writeTo​(java.io.OutputStream out)
      Deprecated.
      Serializes the model component out to the specified stream
      void writeTo​(java.io.OutputStream out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified stream
      void writeTo​(java.io.Writer writer)
      Deprecated.
      Serializes the model component out to the specified writer
      void writeTo​(java.io.Writer out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified java.io.Writer
      void writeTo​(java.lang.String writer, java.io.OutputStream out)
      Deprecated.
      Serializes the model component out to the specified stream using the given Abdera writer
      void writeTo​(java.lang.String writer, java.io.OutputStream out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified stream using the given abdera writer
      void writeTo​(java.lang.String writer, java.io.Writer out)
      Deprecated.
      Serializes the model component out to the specified java.io.Writer using the given Abdera writer
      void writeTo​(java.lang.String writer, java.io.Writer out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified java.io.Writer using the given abdera writer
      void writeTo​(Writer writer, java.io.OutputStream out)
      Deprecated.
      Serializes the model component out to the specified stream using the given Abdera writer
      void writeTo​(Writer writer, java.io.OutputStream out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified stream using the given abdera writer
      void writeTo​(Writer writer, java.io.Writer out)
      Deprecated.
      Serializes the model component out to the specified java.io.Writer using the given Abdera writer
      void writeTo​(Writer writer, java.io.Writer out, WriterOptions options)
      Deprecated.
      Serializes the model component out to the specified java.io.Writer using the given abdera writer
    • Method Detail

      • getDefaultWriterOptions

        WriterOptions getDefaultWriterOptions()
        Deprecated.
        Get the default WriterOptions for this object
      • writeTo

        void writeTo​(java.io.OutputStream out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream
        Parameters:
        out - The target output stream
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.io.Writer out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified java.io.Writer
        Parameters:
        out - The target output writer
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(Writer writer,
                     java.io.OutputStream out)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream using the given Abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output stream
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(Writer writer,
                     java.io.Writer out)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified java.io.Writer using the given Abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output writer
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.lang.String writer,
                     java.io.OutputStream out)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream using the given Abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output stream
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.lang.String writer,
                     java.io.Writer out)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified java.io.Writer using the given Abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output writer
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(Writer writer,
                     java.io.OutputStream out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream using the given abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output stream
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(Writer writer,
                     java.io.Writer out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified java.io.Writer using the given abdera writer
        Parameters:
        writer - The Abdera writer to use
        out - The target output writer
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.lang.String writer,
                     java.io.OutputStream out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream using the given abdera writer
        Parameters:
        writer - The name of the Abdera writer to use
        out - The target output stream
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.lang.String writer,
                     java.io.Writer out,
                     WriterOptions options)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified java.io.Writer using the given abdera writer
        Parameters:
        writer - The name of the Abdera writer to use
        out - The target output writer
        options - The WriterOptions to use
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.io.OutputStream out)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified stream
        Parameters:
        out - The java.io.OutputStream to use when serializing the Base. The charset encoding specified for the document will be used
        Throws:
        java.io.IOException
      • writeTo

        void writeTo​(java.io.Writer writer)
              throws java.io.IOException
        Deprecated.
        Serializes the model component out to the specified writer
        Parameters:
        writer - The java.io.Writer to use when serializing the Base
        Throws:
        java.io.IOException
      • clone

        java.lang.Object clone()
        Deprecated.
        Clone this Base
      • getFactory

        Factory getFactory()
        Deprecated.
        Get the Factory used to create this Base
        Returns:
        The Factory used to create this object
      • addComment

        <T extends Base> T addComment​(java.lang.String value)
        Deprecated.
        Add an XML comment to this Base
        Parameters:
        value - The text value of the comment
      • complete

        <T extends Base> T complete()
        Deprecated.
        Ensure that the underlying streams are fully parsed. Calling complete on an Element does not necessarily mean that the underlying stream is fully consumed, only that that particular element has been completely parsed.