Interface CustomBuilder

All Known Implementing Classes:
BlobOMDataSourceCustomBuilder

public interface CustomBuilder
A Custom Builder is registered on the OMXMLParserWrapper for a particular set of elements. When a matching element is encountered, the CustomBuilder will build an OMDataSource for the builder.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Selects the elements to which a custom builder is applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(OMElement element)
    Create an OMDataSource from the given OMElement.