XML Compare .NET API Documentation - DEPRECATEDThe LexicalPreservationConfig type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LexicalPreservationConfig |
Creates a new Configuration for lexical preservation.
processing.
|
![]() | LexicalPreservationConfig(String) |
Creates a new Configuration for lexical preservation using the specified mode.
|
![]() | LexicalPreservationConfig(PresetPreservationMode) |
Creates a new Configuration for lexical preservation using the specified mode.
|
Methods
Name | Description | |
---|---|---|
![]() | isPreservingItems |
States whether this LexicalPreservationConfig object is preserving any items on the inputs.
|
![]() | setAllPreservationItems |
Sets the preservation status of all PreserveItems.
|
Properties
Name | Description | |
---|---|---|
![]() | AdvancedEntityReferenceUsage |
Specify advanced behaviour of entity reference processing.
|
![]() | CDATAOutputType |
Specify the PreservationOutputType for
changes to CDATA sections.
|
![]() | CDATAProcessingMode |
Specify the PreservationProcessingMode for
changes to CDATA sections.
|
![]() | CommentOutputType |
Specify the PreservationOutputType for
changes to comments
|
![]() | CommentProcessingMode |
Specify the PreservationProcessingMode for
changes to comments
|
![]() | DefaultAttributeInfoOutputType |
Specify the PreservationOutputType for
changes to defaulted attributes.
|
![]() | DefaultAttributeInfoProcessingMode |
Specify the DefaultAttProcessingMode for
changes to defaulted attributes.
|
![]() | DefaultOutputType |
Specify the default PreservationOutputType for
changes to preserved items.
|
![]() | DefaultProcessingMode |
Specify the default PreservationProcessingMode for changes to preserved items.
|
![]() | DoctypeOutputType |
Specify the PreservationOutputType for
changes to document type (and internal subset).
|
![]() | DoctypeProcessingMode |
Specify the PreservationProcessingMode for
changes to document type (and internal subset).
|
![]() | EntityRefOutputType |
Specify the PreservationOutputType for
for changes to entity references.
|
![]() | EntityRefProcessingMode |
Specify the PreservationProcessingMode for
for changes to entity references.
|
![]() | IgnorableWhitespaceOutputType |
Specify the PreservationOutputType for
changes to ignorable whitespace
|
![]() | IgnorableWhitespaceProcessingMode |
Specify the PreservationProcessingMode for
for changes to entity ignorable whitespace.
|
![]() | OuterPiAndCommentProcessingMode |
Specify the default PreservationProcessingMode for changes to processing instructions and comments
outside the root element.
|
![]() | PreserveCDATA |
Controls whether marker elements are inserted to record where CDATA sections were used.
|
![]() | PreserveComments |
Controls whether XML Comments are converted into XML markup.
|
![]() | PreserveContentModel |
Controls whether Element Content Model information is preserved in XML markup.
|
![]() | PreserveDefaultAttributeInfo |
Adds information about which attributes arose through the use of default attribute values in the DTD, as opposed to having
explicit values.
|
![]() | PreserveDoctype |
Controls whether items in XML DOCTYPE declaration and the DTD internal subset are converted into XML markup.
|
![]() | PreserveDocumentLocation |
Controls whether markup is added to record the document location information
|
![]() | PreserveEntityReferences |
Controls whether markup is used to record where entity references were used.
|
![]() | PreserveEntityReplacementText |
Controls whether entity replacement text is preserved by this filter.
|
![]() | PreserveIgnorableWhitespace |
Controls whether ignorableWhitespace is converted into standard character data.
|
![]() | PreserveNestedEntityReferences |
Controls whether entity references are included in entity replacement text results.
|
![]() | PreserveProcessingInstructions |
Controls whether processing instructions are converted into XML markup.
|
![]() | PreserveXMLDeclaration |
Controls whether XML Declaration related information is converted into XML markup.
|
![]() | ProcessingInstructionOutputType |
Specify the PreservationOutputType for
changes to processing instructions.
|
![]() | ProcessingInstructionProcessingMode |
Specify the PreservationProcessingMode for
changes to processing instructions.
|
![]() | XMLDeclarationOutputType |
Specify the PreservationOutputType for
changes to XML declaration.
|
![]() | XMLDeclarationProcessingMode |
Specify the PreservationProcessingMode for
changes to XML declaration.
|
See Also