Java Doc for XPathParserConstants.java in  » Library » Apache-commons-jxpath-1.2-src » org » apache » commons » jxpath » ri » parser » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » Library » Apache commons jxpath 1.2 src » org.apache.commons.jxpath.ri.parser 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.commons.jxpath.ri.parser.XPathParserConstants

All known Subclasses:   org.apache.commons.jxpath.ri.parser.XPathParserTokenManager,  org.apache.commons.jxpath.ri.parser.XPathParser,
XPathParserConstants
public interface XPathParserConstants (Code)


Field Summary
 intAND
    
 intAXIS_ANCESTOR
    
 intAXIS_ANCESTOR_OR_SELF
    
 intAXIS_ATTRIBUTE
    
 intAXIS_CHILD
    
 intAXIS_DESCENDANT
    
 intAXIS_DESCENDANT_OR_SELF
    
 intAXIS_FOLLOWING
    
 intAXIS_FOLLOWING_SIBLING
    
 intAXIS_NAMESPACE
    
 intAXIS_PARENT
    
 intAXIS_PRECEDING
    
 intAXIS_PRECEDING_SIBLING
    
 intAXIS_SELF
    
 intBaseChar
    
 intCOMMENT
    
 intCombiningChar
    
 intDEFAULT
    
 intDIV
    
 intDigit
    
 intEOF
    
 intEQ
    
 intExtender
    
 intFUNCTION_BOOLEAN
    
 intFUNCTION_CEILING
    
 intFUNCTION_CONCAT
    
 intFUNCTION_CONTAINS
    
 intFUNCTION_COUNT
    
 intFUNCTION_FALSE
    
 intFUNCTION_FLOOR
    
 intFUNCTION_FORMAT_NUMBER
    
 intFUNCTION_ID
    
 intFUNCTION_KEY
    
 intFUNCTION_LANG
    
 intFUNCTION_LAST
    
 intFUNCTION_LOCAL_NAME
    
 intFUNCTION_NAME
    
 intFUNCTION_NAMESPACE_URI
    
 intFUNCTION_NORMALIZE_SPACE
    
 intFUNCTION_NOT
    
 intFUNCTION_NULL
    
 intFUNCTION_NUMBER
    
 intFUNCTION_POSITION
    
 intFUNCTION_ROUND
    
 intFUNCTION_STARTS_WITH
    
 intFUNCTION_STRING
    
 intFUNCTION_STRING_LENGTH
    
 intFUNCTION_SUBSTRING
    
 intFUNCTION_SUBSTRING_AFTER
    
 intFUNCTION_SUBSTRING_BEFORE
    
 intFUNCTION_SUM
    
 intFUNCTION_TRANSLATE
    
 intFUNCTION_TRUE
    
 intGT
    
 intGTE
    
 intIdeographic
    
 intLT
    
 intLTE
    
 intLetter
    
 intLiteral
    
 intMINUS
    
 intMOD
    
 intNCName
    
 intNEQ
    
 intNODE
    
 intNumber
    
 intOR
    
 intPI
    
 intPLUS
    
 intSLASH
    
 intSLASHSLASH
    
 intTEXT
    
 intUNION
    
 intUnicodeDigit
    
 intVARIABLE
    
 String[]tokenImage
    



Field Detail
AND
int AND(Code)



AXIS_ANCESTOR
int AXIS_ANCESTOR(Code)



AXIS_ANCESTOR_OR_SELF
int AXIS_ANCESTOR_OR_SELF(Code)



AXIS_ATTRIBUTE
int AXIS_ATTRIBUTE(Code)



AXIS_CHILD
int AXIS_CHILD(Code)



AXIS_DESCENDANT
int AXIS_DESCENDANT(Code)



AXIS_DESCENDANT_OR_SELF
int AXIS_DESCENDANT_OR_SELF(Code)



AXIS_FOLLOWING
int AXIS_FOLLOWING(Code)



AXIS_FOLLOWING_SIBLING
int AXIS_FOLLOWING_SIBLING(Code)



AXIS_NAMESPACE
int AXIS_NAMESPACE(Code)



AXIS_PARENT
int AXIS_PARENT(Code)



AXIS_PRECEDING
int AXIS_PRECEDING(Code)



AXIS_PRECEDING_SIBLING
int AXIS_PRECEDING_SIBLING(Code)



AXIS_SELF
int AXIS_SELF(Code)



BaseChar
int BaseChar(Code)



COMMENT
int COMMENT(Code)



CombiningChar
int CombiningChar(Code)



DEFAULT
int DEFAULT(Code)



DIV
int DIV(Code)



Digit
int Digit(Code)



EOF
int EOF(Code)



EQ
int EQ(Code)



Extender
int Extender(Code)



FUNCTION_BOOLEAN
int FUNCTION_BOOLEAN(Code)



FUNCTION_CEILING
int FUNCTION_CEILING(Code)



FUNCTION_CONCAT
int FUNCTION_CONCAT(Code)



FUNCTION_CONTAINS
int FUNCTION_CONTAINS(Code)



FUNCTION_COUNT
int FUNCTION_COUNT(Code)



FUNCTION_FALSE
int FUNCTION_FALSE(Code)



FUNCTION_FLOOR
int FUNCTION_FLOOR(Code)



FUNCTION_FORMAT_NUMBER
int FUNCTION_FORMAT_NUMBER(Code)



FUNCTION_ID
int FUNCTION_ID(Code)



FUNCTION_KEY
int FUNCTION_KEY(Code)



FUNCTION_LANG
int FUNCTION_LANG(Code)



FUNCTION_LAST
int FUNCTION_LAST(Code)



FUNCTION_LOCAL_NAME
int FUNCTION_LOCAL_NAME(Code)



FUNCTION_NAME
int FUNCTION_NAME(Code)



FUNCTION_NAMESPACE_URI
int FUNCTION_NAMESPACE_URI(Code)



FUNCTION_NORMALIZE_SPACE
int FUNCTION_NORMALIZE_SPACE(Code)



FUNCTION_NOT
int FUNCTION_NOT(Code)



FUNCTION_NULL
int FUNCTION_NULL(Code)



FUNCTION_NUMBER
int FUNCTION_NUMBER(Code)



FUNCTION_POSITION
int FUNCTION_POSITION(Code)



FUNCTION_ROUND
int FUNCTION_ROUND(Code)



FUNCTION_STARTS_WITH
int FUNCTION_STARTS_WITH(Code)



FUNCTION_STRING
int FUNCTION_STRING(Code)



FUNCTION_STRING_LENGTH
int FUNCTION_STRING_LENGTH(Code)



FUNCTION_SUBSTRING
int FUNCTION_SUBSTRING(Code)



FUNCTION_SUBSTRING_AFTER
int FUNCTION_SUBSTRING_AFTER(Code)



FUNCTION_SUBSTRING_BEFORE
int FUNCTION_SUBSTRING_BEFORE(Code)



FUNCTION_SUM
int FUNCTION_SUM(Code)



FUNCTION_TRANSLATE
int FUNCTION_TRANSLATE(Code)



FUNCTION_TRUE
int FUNCTION_TRUE(Code)



GT
int GT(Code)



GTE
int GTE(Code)



Ideographic
int Ideographic(Code)



LT
int LT(Code)



LTE
int LTE(Code)



Letter
int Letter(Code)



Literal
int Literal(Code)



MINUS
int MINUS(Code)



MOD
int MOD(Code)



NCName
int NCName(Code)



NEQ
int NEQ(Code)



NODE
int NODE(Code)



Number
int Number(Code)



OR
int OR(Code)



PI
int PI(Code)



PLUS
int PLUS(Code)



SLASH
int SLASH(Code)



SLASHSLASH
int SLASHSLASH(Code)



TEXT
int TEXT(Code)



UNION
int UNION(Code)



UnicodeDigit
int UnicodeDigit(Code)



VARIABLE
int VARIABLE(Code)



tokenImage
String[] tokenImage(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.