Module jonix.common

Class JonixInsertPoint

java.lang.Object
com.tectonica.jonix.common.struct.JonixInsertPoint
All Implemented Interfaces:
JonixKeyedStruct<InsertPointTypes>, JonixStruct, Serializable

public class JonixInsertPoint extends Object implements JonixKeyedStruct<InsertPointTypes>, Serializable
This class is a JonixStruct that represents Onix3 <InsertPoint>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixInsertPoint EMPTY
    • insertPointType

      public InsertPointTypes insertPointType
      the key of this struct (by which it can be looked up)
    • insertPointValue

      public String insertPointValue
      Raw Format: Dependent on the positioning specified in <InsertPointType>

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixInsertPoint

      public JonixInsertPoint()
  • Method Details