The abstract document node converter handles building meta components, {@link org.apache.shale.clay.config.beans.ComponentBean}, for a parsed html document fragment. The {@link org.apache.shale.clay.parser.Parser} loads theHTML document into a tree structure of {@link org.apache.shale.clay.parser.Node}. Each node in the parsed document tree is mapped to a Builder
by a a subclass of {@link org.apache.shale.clay.parser.builder.chain.BuilderRuleContext}.
|
|