Interface ObjectFromDOMBuilder<T>

Type Parameters:
T -
All Known Subinterfaces:
IContentHandlerFactoryBuilder, ReporterBuilder
All Known Implementing Classes:
DefaultContentHandlerFactoryBuilder

public interface ObjectFromDOMBuilder<T>
Interface for things that build objects from a DOM Node and a map of runtime attributes
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Node node, Map<String,String> runtimeAttributes)