• hessian
  • quercus/php
  • resin 3.0
  • resin 3.1
  • resin 4.0

  • changes
  • configuration
  • examples
  • installing
  • overview
  • starting

  • guide: admin
  • admin
  • amber
  • bam
  • caching
  • clustering
  • comet
  • database
  • deployment
  • ejb 3.0
  • embedding
  • filters
  • ioc
  • jsf
  • jsp
  • logging
  • messaging
  • quercus
  • remoting
  • security
  • resources
  • servlets
  • third-party
  • troubleshooting
  • virtual host
  • watchdog
  • webapp
  • HOME
  • ABOUT
  • ARTICLES
  • WORKSPACE
  • NEWS
  • PROJECTS
  • PRODUCTS
  • STORE
resin $resin/ref/xpath-fun.xtp

Returns the number of nodes matching the node-set pattern.

Returns the local part of the node's name. In other words, the node name stripped of the namespace prefix.

Returns the namespace URL the node's name.

Returns the node's name.

Returns the node with the 'ID' attribute equals to idref. The ID attribute is assigned in the DTD. The actual attribute name may, of course, vary.

Converts the object to a string.

Concatenates strings.

True if string starts with head.

True if string contains substring.

Returns the substring of string before matching substring.

Returns the substring of string after the matching substring.

Returns the string length of string.

Normalizes whitespace. Consecutive whitespace is converted into a single space. Leading and trailing whitespace is trimmed.

Converts characters in a string, like the 'tr' command.

Converts obj into a boolean.

Returns true.

Returns false.

Returns true if the context node has an xml:lang of language.

Converts obj to a number (Java double).

Converts the node values of node-set to numbers and adds them.

Returns the closest integer below number.

Returns the closest integer above number.

Rounds number to the nearest integer.

Conditionally selects the value of a or b. If test evaluates to true, return the value of a. Otherwise, return the value of b.

  • HOME |
  • CONTACT US |
  • DOCUMENTATION |
  • SALES |
  • WIKI
Copyright (c) 1998-2009 Caucho Technology, Inc. All rights reserved.
caucho® , resin® and quercus® are registered trademarks of Caucho Technology, Inc.
  • hessian
  • quercus/php
  • resin 3.0
  • resin 3.1
  • resin 4.0

  • changes
  • configuration
  • examples
  • installing
  • overview
  • starting

  • guide: admin
  • admin
  • amber
  • bam
  • caching
  • clustering
  • comet
  • database
  • deployment
  • ejb 3.0
  • embedding
  • filters
  • ioc
  • jsf
  • jsp
  • logging
  • messaging
  • quercus
  • remoting
  • security
  • resources
  • servlets
  • third-party
  • troubleshooting
  • virtual host
  • watchdog
  • webapp
  • HOME
  • ABOUT
  • ARTICLES
  • WORKSPACE
  • NEWS
  • PROJECTS
  • PRODUCTS
  • STORE

Returns the number of nodes matching the axis.

chapter/verse[last()] The last verse in each chapter.
ancestor::node()[last()] The furthest ancestor from the current node.
  • HOME |
  • CONTACT US |
  • DOCUMENTATION |
  • SALES |
  • WIKI
Copyright (c) 1998-2009 Caucho Technology, Inc. All rights reserved.
caucho® , resin® and quercus® are registered trademarks of Caucho Technology, Inc.