org.apache.xpath.functions

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » xalan » org.apache.xpath.functions 
org.apache.xpath.functions
XPath functions Package.

Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package.

Java Source File NameTypeComment
FuncBoolean.javaClass Execute the Boolean() function.
FuncCeiling.javaClass Execute the Ceiling() function.
FuncConcat.javaClass Execute the Concat() function.
FuncContains.javaClass Execute the Contains() function.
FuncCount.javaClass Execute the Count() function.
FuncCurrent.javaClass Execute the current() function.
FuncDoclocation.javaClass Execute the proprietary document-location() function, which returns a node set of documents.
FuncExtElementAvailable.javaClass Execute the ExtElementAvailable() function.
FuncExtFunction.javaClass An object of this class represents an extension call expression.
FuncExtFunctionAvailable.javaClass Execute the ExtFunctionAvailable() function.
FuncFalse.javaClass Execute the False() function.
FuncFloor.javaClass Execute the Floor() function.
FuncGenerateId.javaClass Execute the GenerateId() function.
FuncId.javaClass Execute the Id() function.
FuncLang.javaClass Execute the Lang() function.
FuncLast.javaClass Execute the Last() function.
FuncLocalPart.javaClass Execute the LocalPart() function.
FuncNamespace.javaClass Execute the Namespace() function.
FuncNormalizeSpace.javaClass Execute the normalize-space() function.
FuncNot.javaClass Execute the Not() function.
FuncNumber.javaClass Execute the Number() function.
FuncPosition.javaClass Execute the Position() function.
FuncQname.javaClass Execute the Qname() function.
FuncRound.javaClass Execute the round() function.
FuncStartsWith.javaClass Execute the StartsWith() function.
FuncString.javaClass Execute the String() function.
FuncStringLength.javaClass Execute the StringLength() function.
FuncSubstring.javaClass Execute the Substring() function.
FuncSubstringAfter.javaClass Execute the SubstringAfter() function.
FuncSubstringBefore.javaClass Execute the SubstringBefore() function.
FuncSum.javaClass Execute the Sum() function.
FuncSystemProperty.javaClass Execute the SystemProperty() function.
Function.javaClass This is a superclass of all XPath functions.
Function2Args.javaClass Base class for functions that accept two arguments.
Function3Args.javaClass Base class for functions that accept three arguments.
FunctionDef1Arg.javaClass Base class for functions that accept one argument that can be defaulted if not specified.
FunctionMultiArgs.javaClass Base class for functions that accept an undetermined number of multiple arguments.
FunctionOneArg.javaClass Base class for functions that accept one argument.
FuncTranslate.javaClass Execute the Translate() function.
FuncTrue.javaClass Execute the True() function.
FuncUnparsedEntityURI.javaClass
ObjectFactory.javaClass This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API.

This code is designed to implement the JAXP 1.1 spec pluggability feature and is designed to run on JDK version 1.1 and later, and to compile on JDK 1.2 and onward.

SecuritySupport.javaClass This class is duplicated for each Xalan-Java subpackage so keep it in sync.
SecuritySupport12.javaClass This class is duplicated for each Xalan-Java subpackage so keep it in sync.
WrongNumberArgsException.javaClass An exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.