Uses of Class
com.streambase.sb.XmlInterpretationException
-
Packages that use XmlInterpretationException Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of XmlInterpretationException in com.streambase.sb
Methods in com.streambase.sb that throw XmlInterpretationException Modifier and Type Method Description static Schema
SchemaUtil. createSchema(Element element, ByteOrder ord, SchemaUtil.SchemaProvider schemaProvider, List<StreamBaseException> errors)
static CompleteDataType
SchemaUtil. createType(Element element)
Public, cleaned-up version ofSchemaUtil.createType(ByteOrder, SchemaProvider, Element)
Constructors in com.streambase.sb that throw XmlInterpretationException Constructor Description Schema(Element element)
Construct a Schema from an XMLElement
-