| Home >> All >> org >> websody >> [ corefunc Javadoc ] |
org.websody.corefunc: Javadoc index of package org.websody.corefunc.
Package Samples:
org.websody.corefunc
Classes:
PathFinder: This function takes a path as string, splits it up into its path components, and maps it to a xml document. It then searches for an attribute or child node along this path and returns most specific (deepest) one. Example: <foo color="red"> <bar color="green"> <buh color="blue" /> </bar> <man color="yellow"> <chu>...</chu> </man> </foo> A search for @color with pcx=name() and the path /foo/man/chu would return yellow (because chu has no color attribute); /foo/la/lu would return red, because foo has no child la . To process a document like the followíng one, you would set ...
XMLCollector: Walks through a directory tree and collects xml files. If a file matches a certain criteria (specified by a set of regexps), one or more xpath expressions are applied and a wrapper document containing the results is build. Afterwards a xsl transformation is performed.
XSLTransform: This function takes a xml file and transforms it using the specified xsl stylesheet. Additionally it provides access to the portlet parameters and the current property context.
SQLCommand: Executes a SQL command on a DataSource provided via JNDI.
LuceneSearch
| Home | Contact Us | Privacy Policy | Terms of Service |