Class AbstractDomXmlRule

  • All Implemented Interfaces:
    ImmutableLanguage, PropertySource, Rule

    public class AbstractDomXmlRule
    extends AbstractXmlRule
    This is a base class for XML Java bases rules that which to visit the nodes using the DOM. Subclasses should override the DOM appropriate method and can call super to visit children.