Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setAddDefaultEntities (0.32 sec)

  1. src/mdo/reader-stax.vm

         * Sets the state of the "add default entities" flag.
         *
         * @param addDefaultEntities a addDefaultEntities object.
         */
        public void setAddDefaultEntities(boolean addDefaultEntities) {
            this.addDefaultEntities = addDefaultEntities;
        } //-- void setAddDefaultEntities(boolean)
    
    #if ( $locationTracking )
        /**
         * Returns the state of the "add location information" flag.
         *
         * @return boolean
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  2. src/mdo/reader.vm

         * Sets the state of the "add default entities" flag.
         *
         * @param addDefaultEntities a addDefaultEntities object.
         */
        public void setAddDefaultEntities(boolean addDefaultEntities) {
            this.addDefaultEntities = addDefaultEntities;
        } //-- void setAddDefaultEntities(boolean)
    
        public static interface ContentTransformer {
            /**
             * Interpolate the value read from the xpp3 document
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
Back to top