Uses of Enum Class
com.streambase.sb.SchemaUtil.CopyOptions
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of SchemaUtil.CopyOptions in com.streambase.sb
Modifier and TypeMethodDescriptionstatic SchemaUtil.CopyOptions
Returns the enum constant of this class with the specified name.static SchemaUtil.CopyOptions[]
SchemaUtil.CopyOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Element
SchemaUtil.createXmlElement
(Schema schema, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema.static Element
SchemaUtil.createXmlElement
(Schema schema, Document document, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema.static Element
SchemaUtil.createXmlElement
(Schema schema, Node parent, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema and add the XML as a child of the specified parent.