XMLParserItf CATSAXXMLReaderOptions
Usage: you must use this class as is. You should never derive it.
public class CATSAXXMLReaderOptions
Class to group constants which correspond to the standard SAX2 features and properties.
Data Member Index
- o
DeclHandlerProperty
- Property to specify a decl handler for decl events generated by a CATIXMLSAXReader.
- o
ExternalGeneralEntitiesFeature
- Reports whether this parser processes external general entities; always true if validating.
- o
ExternalParameterEntitiesFeature
- Reports whether this parser processes external parameter entities; always true if validating.
- o
LexicalHandlerProperty
- Property to specify a lexical handler for lexical events generated by a CATIXMLSAXReader.
- o
NamespacePrefixFeature
- Feature to add namespace definition attributes to CATISAXAttributes.
- o
NamespacesFeature
- Feature to activate namespace support in CATISAXAttributes.
- o
ValidationFeature
- Feature to trigger validation for CATIXMLSAXReader.
Data Members
o DeclHandlerProperty
public static CATUnicodeString DeclHandlerProperty
-
Property to specify a decl handler for decl events generated by a CATIXMLSAXReader.
The corresponding SAX2 property name is: http://xml.org/sax/properties/declaration-handler
Default value is FALSE.
o ExternalGeneralEntitiesFeature
public static CATUnicodeString ExternalGeneralEntitiesFeature
-
Reports whether this parser processes external general entities; always true if validating.
o ExternalParameterEntitiesFeature
public static CATUnicodeString ExternalParameterEntitiesFeature
-
Reports whether this parser processes external parameter entities; always true if validating.
o LexicalHandlerProperty
public static CATUnicodeString LexicalHandlerProperty
-
Property to specify a lexical handler for lexical events generated by a CATIXMLSAXReader.
The corresponding SAX2 property name is: http://xml.org/sax/properties/lexical-handler
Default value is FALSE.
o NamespacePrefixFeature
public static CATUnicodeString NamespacePrefixFeature
-
Feature to add namespace definition attributes to CATISAXAttributes.
The corresponding SAX2 feature name is: http://xml.org/sax/features/namespace-prefixes
Default value is FALSE.
o NamespacesFeature
public static CATUnicodeString NamespacesFeature
-
Feature to activate namespace support in CATISAXAttributes.
The corresponding SAX2 feature name is: http://xml.org/sax/features/namespaces
Default value is TRUE.
o ValidationFeature
public static CATUnicodeString ValidationFeature
-
Feature to trigger validation for CATIXMLSAXReader.
The corresponding SAX2 feature name is: http://xml.org/sax/features/validation
It is currently not supported.
This object is included in the file: CATSAXXMLReaderOptions.h
If needed, your Imakefile.mk should include the module: CatXmlItfBase
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.