Im Oracle JRE unterstützten Properties / Features der JAXP Implementierung Xerces

Thomas Darimont

Erfahrenes Mitglied
Hallo,

.. hier mal ein Beispiel wie man sich alle, im jeweiligen (Oracle / Sun) JRE enthaltenen, Properties / Features der SAX Implementierung (Xerces) anschauen kann.

schaut mal hier:
Code:
C:\Windows\System32>java com.sun.org.apache.xerces.internal.impl.Constants

Ausgabe:
Code:
SAX features:
  http://xml.org/sax/features/namespaces
  http://xml.org/sax/features/namespace-prefixes
  http://xml.org/sax/features/string-interning
  http://xml.org/sax/features/validation
  http://xml.org/sax/features/external-general-entities
  http://xml.org/sax/features/external-parameter-entities
SAX properties:
  http://xml.org/sax/properties/declaration-handler
  http://xml.org/sax/properties/lexical-handler
  http://xml.org/sax/properties/dom-node
  http://xml.org/sax/properties/xml-string
Xerces features:
  http://apache.org/xml/features/validation/schema
  http://apache.org/xml/features/validation/schema-full-checking
  http://apache.org/xml/features/validation/dynamic
  http://apache.org/xml/features/validation/warn-on-duplicate-attdef
  http://apache.org/xml/features/validation/warn-on-undeclared-elemdef
  http://apache.org/xml/features/allow-java-encodings
  http://apache.org/xml/features/continue-after-fatal-error
  http://apache.org/xml/features/nonvalidating/load-dtd-grammar
  http://apache.org/xml/features/nonvalidating/load-external-dtd
  http://apache.org/xml/features/dom/create-entity-ref-nodes
  http://apache.org/xml/features/xinclude-aware
  http://apache.org/xml/features/dom/include-ignorable-whitespace
  http://apache.org/xml/features/validation/default-attribute-values
  http://apache.org/xml/features/validation/validate-content-models
  http://apache.org/xml/features/validation/validate-datatypes
  http://apache.org/xml/features/validation/balance-syntax-trees
  http://apache.org/xml/features/scanner/notify-char-refs
  http://apache.org/xml/features/scanner/notify-builtin-refs
  http://apache.org/xml/features/disallow-doctype-decl
  http://apache.org/xml/features/standard-uri-conformant
  http://apache.org/xml/features/generate-synthetic-annotations
  http://apache.org/xml/features/validate-annotations
  http://apache.org/xml/features/honour-all-schemaLocations
  http://apache.org/xml/features/xinclude
  http://apache.org/xml/features/xinclude/fixup-base-uris
  http://apache.org/xml/features/xinclude/fixup-language
  http://apache.org/xml/features/namespace-growth
  http://apache.org/xml/features/internal/tolerate-duplicates
Xerces properties:
  http://apache.org/xml/properties/dom/current-element-node
  http://apache.org/xml/properties/dom/document-class-name
  http://apache.org/xml/properties/internal/symbol-table
  http://apache.org/xml/properties/internal/error-handler
  http://apache.org/xml/properties/internal/error-reporter
  http://apache.org/xml/properties/internal/entity-manager
  http://apache.org/xml/properties/internal/entity-resolver
  http://apache.org/xml/properties/internal/grammar-pool
  http://apache.org/xml/properties/internal/datatype-validator-factory
  http://apache.org/xml/properties/internal/document-scanner
  http://apache.org/xml/properties/internal/dtd-scanner
  http://apache.org/xml/properties/internal/validator
  http://apache.org/xml/properties/schema/external-schemaLocation
  http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation
  http://apache.org/xml/properties/internal/validation-manager
  http://apache.org/xml/properties/input-buffer-size
  http://apache.org/xml/properties/security-manager
  http://apache.org/xml/properties/locale
  http://apache.org/xml/properties/internal/validation/schema/dv-factory

Gruß Tom
 
Zurück