Uses of Class
org.eclipse.lemminx.settings.SchemaDocumentationType
-
Packages that use SchemaDocumentationType Package Description org.eclipse.lemminx.extensions.xsd.contentmodel org.eclipse.lemminx.settings -
-
Uses of SchemaDocumentationType in org.eclipse.lemminx.extensions.xsd.contentmodel
Constructors in org.eclipse.lemminx.extensions.xsd.contentmodel with parameters of type SchemaDocumentationType Constructor Description XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations, String value, SchemaDocumentationType docStrategy, boolean convertToPlainText)XSDDocumentation(org.apache.xerces.xs.XSObjectList annotations, SchemaDocumentationType docStrategy, boolean convertToPlainText) -
Uses of SchemaDocumentationType in org.eclipse.lemminx.settings
Fields in org.eclipse.lemminx.settings declared as SchemaDocumentationType Modifier and Type Field Description static SchemaDocumentationTypeXMLPreferences. DEFAULT_SCHEMA_DOCUMENTATION_TYPEMethods in org.eclipse.lemminx.settings that return SchemaDocumentationType Modifier and Type Method Description SchemaDocumentationTypeXMLPreferences. getShowSchemaDocumentationType()Returns the showSchemaDocumentationTypestatic SchemaDocumentationTypeSchemaDocumentationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaDocumentationType[]SchemaDocumentationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.settings with parameters of type SchemaDocumentationType Modifier and Type Method Description voidXMLPreferences. setShowSchemaDocumentationType(SchemaDocumentationType showSchemaDocumentationType)Sets the showSchemaDocumentationType
-