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


java.lang.Object
   net.sf.saxon.FeatureKeys

FeatureKeys
public class FeatureKeys (Code)
FeatureKeys defines a set of constants, names of Saxon configuration options which can be supplied to the Saxon implementations of the JAXP interfaces TransformerFactory, SchemaFactory, Validator, and ValidationHandler.
author:
   Michael H. Kay


Field Summary
final public static  StringALLOW_EXTERNAL_FUNCTIONS
    
final public static  StringCOLLATION_URI_RESOLVER
     COLLATION_URI_RESOLVER must be a net.sf.saxon.sort.CollationURIResolver .
final public static  StringCOLLECTION_URI_RESOLVER
     COLLECTION_URI_RESOLVER must be a net.sf.saxon.CollectionURIResolver .
final public static  StringDTD_VALIDATION
     DTD_VALIDATION must be a Boolean.
final public static  StringLINE_NUMBERING
    
final public static  StringMESSAGE_EMITTER_CLASS
    
final public static  StringNAME_POOL
    
final public static  StringOUTPUT_URI_RESOLVER
    
final public static  StringRECOGNIZE_URI_QUERY_PARAMETERS
     RECOGNIZE_URI_QUERY_PARAMETERS must be a Boolean; it determines whether query parameters (things after "?") in a URI passed to the document() or doc() function are specially recognized by the system default URIResolver.
final public static  StringRECOVERY_POLICY
    
final public static  StringSCHEMA_VALIDATION
     SCHEMA_VALIDATION must be a Boolean.
final public static  StringSOURCE_PARSER_CLASS
     SOURCE_PARSER_CLASS must be the full class name of an XMLReader.
final public static  StringSTRIP_WHITESPACE
     STRIP_WHITESPACE must be a string set to one of the values "all", "none", or "ignorable". This determines what whitespace is stripped during tree construction: "all" removes all whitespace-only text nodes; "ignorable" removes whitespace text nodes in element-only content (as identified by a DTD or Schema), and "none" preserves all whitespace.
final public static  StringSTYLE_PARSER_CLASS
     STYLE_PARSER_CLASS must be an XMLReader.
final public static  StringTIMING
    
final public static  StringTRACE_EXTERNAL_FUNCTIONS
    
final public static  StringTRACE_LISTENER
    
final public static  StringTREE_MODEL
    
final public static  StringVALIDATION_WARNINGS
     VALIDATION_WARNINGS must be a Boolean.
final public static  StringVERSION_WARNING
     VERSION_WARNING must be a Boolean.
final public static  StringXML_VERSION
     XML_VERSION is a character string.



Field Detail
ALLOW_EXTERNAL_FUNCTIONS
final public static String ALLOW_EXTERNAL_FUNCTIONS(Code)
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean; it determines whether calls to external functions are allowed



COLLATION_URI_RESOLVER
final public static String COLLATION_URI_RESOLVER(Code)
COLLATION_URI_RESOLVER must be a net.sf.saxon.sort.CollationURIResolver . This resolver will be used to resolve collation URIs used in stylesheets compiled or executed under the control of this TransformerFactory



COLLECTION_URI_RESOLVER
final public static String COLLECTION_URI_RESOLVER(Code)
COLLECTION_URI_RESOLVER must be a net.sf.saxon.CollectionURIResolver . This resolver will be used to resolve collection URIs used in calls of the collection() function



DTD_VALIDATION
final public static String DTD_VALIDATION(Code)
DTD_VALIDATION must be a Boolean. This determines whether source documents should be parsed with DTD-validation enabled.



LINE_NUMBERING
final public static String LINE_NUMBERING(Code)
LINE_NUMBERING must be a Boolean(); it determines whether line numbers are maintained for the source document



MESSAGE_EMITTER_CLASS
final public static String MESSAGE_EMITTER_CLASS(Code)
MESSAGE_EMITTER_CLASS must be the class name of an Emitter



NAME_POOL
final public static String NAME_POOL(Code)
NAME_POOL must be an instance of net.sf.saxon.om.NamePool



OUTPUT_URI_RESOLVER
final public static String OUTPUT_URI_RESOLVER(Code)
OUTPUT_URI_RESOLVER must be an instance of net.sf.saxon.OutputURIResolver



RECOGNIZE_URI_QUERY_PARAMETERS
final public static String RECOGNIZE_URI_QUERY_PARAMETERS(Code)
RECOGNIZE_URI_QUERY_PARAMETERS must be a Boolean; it determines whether query parameters (things after "?") in a URI passed to the document() or doc() function are specially recognized by the system default URIResolver. Allowed parameters include, for example validation=strict to perform schema validation, and strip-space=yes to perform stripping of all whitespace-only text nodes.



RECOVERY_POLICY
final public static String RECOVERY_POLICY(Code)
RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY, Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVER



SCHEMA_VALIDATION
final public static String SCHEMA_VALIDATION(Code)
SCHEMA_VALIDATION must be a Boolean. This determines whether source documents should be parsed with schema-validation enabled.



SOURCE_PARSER_CLASS
final public static String SOURCE_PARSER_CLASS(Code)
SOURCE_PARSER_CLASS must be the full class name of an XMLReader. This identifies the parser used for source documents.



STRIP_WHITESPACE
final public static String STRIP_WHITESPACE(Code)
STRIP_WHITESPACE must be a string set to one of the values "all", "none", or "ignorable". This determines what whitespace is stripped during tree construction: "all" removes all whitespace-only text nodes; "ignorable" removes whitespace text nodes in element-only content (as identified by a DTD or Schema), and "none" preserves all whitespace. This whitespace stripping is additional to any stripping caused by the xsl:strip-space declaration in a stylesheet.



STYLE_PARSER_CLASS
final public static String STYLE_PARSER_CLASS(Code)
STYLE_PARSER_CLASS must be an XMLReader. This identifies the parser used for stylesheets and schema modules.



TIMING
final public static String TIMING(Code)
TIMING must be an Boolean; it determines whether basic timing information is output to System.err



TRACE_EXTERNAL_FUNCTIONS
final public static String TRACE_EXTERNAL_FUNCTIONS(Code)
TRACE_EXTERNAL_FUNCTIONS must be a Boolean; it determines whether the loading and binding of extension functions is traced



TRACE_LISTENER
final public static String TRACE_LISTENER(Code)
TRACE_LISTENER must be a class that implements net.sf.saxon.trace.TraceListener



TREE_MODEL
final public static String TREE_MODEL(Code)
TREE_MODEL must be an Integer: Builder.STANDARD_TREE or Builder.TINY_TREE



VALIDATION_WARNINGS
final public static String VALIDATION_WARNINGS(Code)
VALIDATION_WARNINGS must be a Boolean. This determines whether validation errors in result documents should be treated as fatal. By default they are fatal; with this option set, they are treated as warnings.



VERSION_WARNING
final public static String VERSION_WARNING(Code)
VERSION_WARNING must be a Boolean. This determines whether a warning should be output when running an XSLT 2.0 processor against an XSLT 1.0 stylesheet. The XSLT specification requires this to be done by default.



XML_VERSION
final public static String XML_VERSION(Code)
XML_VERSION is a character string. This determines the XML version used by the Configuration: the value must be "1.0" or "1.1". For details, see Configuration.setXMLVersion(int) .





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.