Modifier and Type | Class and Description |
---|---|
class |
ContentModelDiagnosticsParticipant
Validate XML files with Xerces for general SYNTAX validation and XML Schema,
DTD.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDDiagnosticsParticipant
Validate DTD file with Xerces.
|
Modifier and Type | Class and Description |
---|---|
class |
XSDDiagnosticsParticipant
Validate XSD file with Xerces.
|
Modifier and Type | Method and Description |
---|---|
Collection<IDiagnosticsParticipant> |
XMLExtensionsRegistry.getDiagnosticsParticipants() |
Modifier and Type | Method and Description |
---|---|
void |
XMLExtensionsRegistry.registerDiagnosticsParticipant(IDiagnosticsParticipant diagnosticsParticipant) |
void |
XMLExtensionsRegistry.unregisterDiagnosticsParticipant(IDiagnosticsParticipant diagnosticsParticipant) |
Copyright © 2022. All rights reserved.