LexicalPreservationConfig MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The LexicalPreservationConfig type exposes the following members.
Constructors

  NameDescription
Public methodLexicalPreservationConfig 
Creates a new Configuration for lexical preservation. processing.
Public methodLexicalPreservationConfig(String)
Creates a new Configuration for lexical preservation using the specified mode.
Public methodLexicalPreservationConfig(PresetPreservationMode)
Creates a new Configuration for lexical preservation using the specified mode.
Back to Top
Methods

  NameDescription
Public methodisPreservingItems
States whether this LexicalPreservationConfig object is preserving any items on the inputs.
Public methodsetAllPreservationItems
Sets the preservation status of all PreserveItems.
Back to Top
Properties

  NameDescription
Public propertyAdvancedEntityReferenceUsage
Specify advanced behaviour of entity reference processing.
Public propertyCDATAOutputType
Specify the PreservationOutputType for changes to CDATA sections.
Public propertyCDATAProcessingMode
Specify the PreservationProcessingMode for changes to CDATA sections.
Public propertyCommentOutputType
Specify the PreservationOutputType for changes to comments
Public propertyCommentProcessingMode
Specify the PreservationProcessingMode for changes to comments
Public propertyDefaultAttributeInfoOutputType
Specify the PreservationOutputType for changes to defaulted attributes.
Public propertyDefaultAttributeInfoProcessingMode
Specify the DefaultAttProcessingMode for changes to defaulted attributes.
Public propertyDefaultOutputType
Specify the default PreservationOutputType for changes to preserved items.
Public propertyDefaultProcessingMode
Specify the default PreservationProcessingMode for changes to preserved items.
Public propertyDoctypeOutputType
Specify the PreservationOutputType for changes to document type (and internal subset).
Public propertyDoctypeProcessingMode
Specify the PreservationProcessingMode for changes to document type (and internal subset).
Public propertyEntityRefOutputType
Specify the PreservationOutputType for for changes to entity references.
Public propertyEntityRefProcessingMode
Specify the PreservationProcessingMode for for changes to entity references.
Public propertyIgnorableWhitespaceOutputType
Specify the PreservationOutputType for changes to ignorable whitespace
Public propertyIgnorableWhitespaceProcessingMode
Specify the PreservationProcessingMode for for changes to entity ignorable whitespace.
Public propertyOuterPiAndCommentProcessingMode
Specify the default PreservationProcessingMode for changes to processing instructions and comments outside the root element.
Public propertyPreserveCDATA
Controls whether marker elements are inserted to record where CDATA sections were used.
Public propertyPreserveComments
Controls whether XML Comments are converted into XML markup.
Public propertyPreserveContentModel
Controls whether Element Content Model information is preserved in XML markup.
Public propertyPreserveDefaultAttributeInfo
Adds information about which attributes arose through the use of default attribute values in the DTD, as opposed to having explicit values.
Public propertyPreserveDoctype
Controls whether items in XML DOCTYPE declaration and the DTD internal subset are converted into XML markup.
Public propertyPreserveDocumentLocation
Controls whether markup is added to record the document location information
Public propertyPreserveEntityReferences
Controls whether markup is used to record where entity references were used.
Public propertyPreserveEntityReplacementText
Controls whether entity replacement text is preserved by this filter.
Public propertyPreserveIgnorableWhitespace
Controls whether ignorableWhitespace is converted into standard character data.
Public propertyPreserveNestedEntityReferences
Controls whether entity references are included in entity replacement text results.
Public propertyPreserveProcessingInstructions
Controls whether processing instructions are converted into XML markup.
Public propertyPreserveXMLDeclaration
Controls whether XML Declaration related information is converted into XML markup.
Public propertyProcessingInstructionOutputType
Specify the PreservationOutputType for changes to processing instructions.
Public propertyProcessingInstructionProcessingMode
Specify the PreservationProcessingMode for changes to processing instructions.
Public propertyXMLDeclarationOutputType
Specify the PreservationOutputType for changes to XML declaration.
Public propertyXMLDeclarationProcessingMode
Specify the PreservationProcessingMode for changes to XML declaration.
Back to Top
See Also