Package com.google.clearsilver.jsilver.functions.structure

Examples of com.google.clearsilver.jsilver.functions.structure.NameFunction


    registerFunction(">=", new GreaterOrEqualFunction());
    registerFunction("#", new NumericFunction());

    // Not an operator, but JSilver cannot function without as it's used by
    // the <?cs name ?> command.
    registerFunction("name", new NameFunction());
  }
View Full Code Here

TOP

Related Classes of com.google.clearsilver.jsilver.functions.structure.NameFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.