Class DefaultDef.Mapper

  • All Implemented Interfaces:
    Serializable, Cloneable, org.eigenbase.xom.NodeDef
    Enclosing class:
    DefaultDef

    public abstract static class DefaultDef.Mapper
    extends DefaultDef.CaseMatcher
    This allows one to create an element that matches against a single template, where the template is an attribute. While much loved, this is currently not used.
    See Also:
    Serialized Form
    • Field Detail

      • template

        public String template
      • templateParts

        protected String[] templateParts
      • templateNamePos

        protected int[] templateNamePos
    • Constructor Detail

      • Mapper

        public Mapper()
      • Mapper

        public Mapper​(org.eigenbase.xom.DOMWrapper _def)
               throws org.eigenbase.xom.XOMException
        Throws:
        org.eigenbase.xom.XOMException