Class AbstractMetaDataReadHandler

    • Constructor Detail

      • AbstractMetaDataReadHandler

        protected AbstractMetaDataReadHandler()
      • AbstractMetaDataReadHandler

        protected AbstractMetaDataReadHandler​(String bundle)
    • Method Detail

      • getBuilder

        protected MetaDataBuilder<?> getBuilder()
        This method should be abstract, and will be in the near future and only exists as default implementation to honor the strict requirements of preserving a stable API. Override it in your sub-classes.
        Returns:
        a meta-data builder.
      • parseName

        protected String parseName​(Attributes attrs)
                            throws org.pentaho.reporting.libraries.xmlns.parser.ParseException
        Throws:
        org.pentaho.reporting.libraries.xmlns.parser.ParseException
      • startParsing

        protected void startParsing​(Attributes attrs)
                             throws SAXException
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException
      • isDerivedName

        protected boolean isDerivedName()
      • getCompatibilityLevel

        public int getCompatibilityLevel()
      • getName

        public String getName()
      • isPreferred

        public boolean isPreferred()
      • isExpert

        public boolean isExpert()
      • isHidden

        public boolean isHidden()
      • isDeprecated

        public boolean isDeprecated()
      • getBundle

        public String getBundle()
      • isExperimental

        @Deprecated
        public boolean isExperimental()
        Deprecated.