Class ValidatorConfig

  • All Implemented Interfaces:
    org.codehaus.stax2.XMLStreamProperties

    public final class ValidatorConfig
    extends CommonConfig
    • Field Detail

      • sInstance

        static final ValidatorConfig sInstance
        For now, since there are no mutable properties, we can share a singleton instance.
    • Constructor Detail

    • Method Detail

      • findPropertyId

        protected int findPropertyId​(java.lang.String propName)
        Specified by:
        findPropertyId in class CommonConfig
        Returns:
        Internal enumerated int matching the String name of the property, if one found: -1 to indicate no match was found.
      • getProperty

        protected java.lang.Object getProperty​(int id)
        Specified by:
        getProperty in class CommonConfig
      • setProperty

        protected boolean setProperty​(java.lang.String propName,
                                      int id,
                                      java.lang.Object value)
        Specified by:
        setProperty in class CommonConfig