Java Doc for NamespaceConstant.java in  » XML » XPath-Saxon » net » sf » saxon » om » 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 » XML » XPath Saxon » net.sf.saxon.om 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.saxon.om.NamespaceConstant

NamespaceConstant
public class NamespaceConstant (Code)
This class is not instantiated, it exists to hold a set of constants representing known namespaces. For each of these, there is a constant for the namespace URI and for many of them, there is a numeric constant used as the code for this namespace in the name pool.

This class also defines constant URIs for some objects other than namespaces - for example, URIs that identify the various object models used in the JAXP XPath API, and the Unicode codepoint collation URI.


author:
   Michael H. Kay


Field Summary
final public static  StringANONYMOUS
     Namespace for names allocated to anonymous types.
final public static  StringCODEPOINT_COLLATION_URI
    
final public static  StringERR
    
final public static  StringEXSLT_COMMON
    
final public static  StringEXSLT_DATES_AND_TIMES
    
final public static  StringEXSLT_MATH
    
final public static  StringEXSLT_RANDOM
    
final public static  StringEXSLT_SETS
    
final public static  StringFN
    
final public static  StringJAVA_TYPE
    
final public static  StringLOCAL
    
final public static  StringMICROSOFT_XSL
    
final public static  StringNULL
    
final public static  shortNULL_CODE
    
final public static  intNULL_NAMESPACE_CODE
    
final public static  StringOBJECT_MODEL_JDOM
    
final public static  StringOBJECT_MODEL_SAXON
    
final public static  StringOBJECT_MODEL_XOM
    
final public static  StringSAXON
    
final public static  shortSAXON_CODE
    
final public static  StringSCHEMA
    
final public static  shortSCHEMA_CODE
    
final public static  StringSCHEMA_INSTANCE
    
final public static  StringXDT
    
final public static  StringXDT200407
    
final public static  StringXDT200410
    
final public static  StringXDT200502
    
final public static  StringXDT200504
    
final public static  shortXDT_CODE
    
final public static  StringXHTML
    
final public static  StringXML
     Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".
final public static  shortXML_CODE
    
final public static  intXML_NAMESPACE_CODE
    
final public static  shortXSI_CODE
    
final public static  StringXSLT
    
final public static  shortXSLT_CODE
    


Method Summary
final public static  booleanisReserved(String uri)
    
final public static  booleanisReservedInQuery(String uri)
    
final public static  booleanisSpecialURICode(short uriCode)
    
final public static  booleanisXDTNamespace(String uri)
    

Field Detail
ANONYMOUS
final public static String ANONYMOUS(Code)
Namespace for names allocated to anonymous types. This exists so that a name fingerprint can be allocated for use as a type annotation.



CODEPOINT_COLLATION_URI
final public static String CODEPOINT_COLLATION_URI(Code)
URI identifying the Unicode codepoint collation



ERR
final public static String ERR(Code)
The standard namespace for system error codes



EXSLT_COMMON
final public static String EXSLT_COMMON(Code)
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"



EXSLT_DATES_AND_TIMES
final public static String EXSLT_DATES_AND_TIMES(Code)
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"



EXSLT_MATH
final public static String EXSLT_MATH(Code)
Fixed namespace name for EXSLT/math: "http://exslt.org/math"



EXSLT_RANDOM
final public static String EXSLT_RANDOM(Code)
Fixed namespace name for EXSLT/random: "http://exslt.org/random"



EXSLT_SETS
final public static String EXSLT_SETS(Code)
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"



FN
final public static String FN(Code)
The standard namespace for functions and operators



JAVA_TYPE
final public static String JAVA_TYPE(Code)
Namespace for types representing external Java objects



LOCAL
final public static String LOCAL(Code)
Predefined XQuery namespace for local functions



MICROSOFT_XSL
final public static String MICROSOFT_XSL(Code)
Recognize the Microsoft namespace so we can give a suitably sarcastic error message



NULL
final public static String NULL(Code)
A URI representing the null namespace (actually, an empty string)



NULL_CODE
final public static short NULL_CODE(Code)
The numeric code representing the null namespace (actually, zero)



NULL_NAMESPACE_CODE
final public static int NULL_NAMESPACE_CODE(Code)
The namespace code for the null namespace



OBJECT_MODEL_JDOM
final public static String OBJECT_MODEL_JDOM(Code)
URI identifying the JDOM object model for use in the JAXP 1.3 XPath API



OBJECT_MODEL_SAXON
final public static String OBJECT_MODEL_SAXON(Code)
URI identifying the Saxon object model for use in the JAXP 1.3 XPath API



OBJECT_MODEL_XOM
final public static String OBJECT_MODEL_XOM(Code)
URI identifying the XOM object model for use in the JAXP 1.3 XPath API



SAXON
final public static String SAXON(Code)
Fixed namespace name for SAXON: "http://saxon.sf.net/"



SAXON_CODE
final public static short SAXON_CODE(Code)
Numeric code representing the SAXON namespace



SCHEMA
final public static String SCHEMA(Code)
Namespace name for XML Schema: "http://www.w3.org/2001/XMLSchema"



SCHEMA_CODE
final public static short SCHEMA_CODE(Code)
Numeric code representing the schema namespace



SCHEMA_INSTANCE
final public static String SCHEMA_INSTANCE(Code)
XML-schema-defined namespace for use in instance documents ("xsi")



XDT
final public static String XDT(Code)
Namespace for additional XPath-defined data types: "http://www.w3.org/2005/04/xpath-datatypes"



XDT200407
final public static String XDT200407(Code)



XDT200410
final public static String XDT200410(Code)



XDT200502
final public static String XDT200502(Code)



XDT200504
final public static String XDT200504(Code)
Older versions of XDT namespace



XDT_CODE
final public static short XDT_CODE(Code)
Numeric code representing the schema namespace



XHTML
final public static String XHTML(Code)
The XHTML namespace http://www.w3.org/1999/xhtml



XML
final public static String XML(Code)
Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".



XML_CODE
final public static short XML_CODE(Code)
Numeric code representing the XML namespace



XML_NAMESPACE_CODE
final public static int XML_NAMESPACE_CODE(Code)
The namespace code for the XML namespace



XSI_CODE
final public static short XSI_CODE(Code)



XSLT
final public static String XSLT(Code)
Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform"



XSLT_CODE
final public static short XSLT_CODE(Code)
Numeric code representing the XSLT namespace





Method Detail
isReserved
final public static boolean isReserved(String uri)(Code)
Determine whether a namespace is a reserved namespace



isReservedInQuery
final public static boolean isReservedInQuery(String uri)(Code)
Determine whether a namespace is a reserved namespace



isSpecialURICode
final public static boolean isSpecialURICode(short uriCode)(Code)
Determine whether a namespace is a reserved namespace



isXDTNamespace
final public static boolean isXDTNamespace(String uri)(Code)
Test whether a namespace is the XDT namespace



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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