Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExtendsEditor ( MonoDevelop doc, IEditableTextBuffer editor ) : bool | ||
FindSchema ( IXmlSchemaCompletionDataCollection schemaCompletionDataItems, MonoDevelop.XmlEditor.XmlElementPath path ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData |
Finds the schema given the xml element path.
|
|
FindSchema ( MonoDevelop.XmlEditor.XmlElementPath path ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
FindSchema ( string namespaceUri ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
FindSchemaFromFileName ( string fileName ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
GetSchemaObjectSelected ( MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData currentSchemaCompletionData ) : |
Gets the XmlSchemaObject that defines the currently selected xml element or attribute.
|
|
Initialize ( ) : void | ||
KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool |
Method | Description | |
---|---|---|
GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary |
||
GetAttributeValueCompletions ( IAttributedXObject attributedOb, XAttribute att ) : CompletionDataList | ||
GetElementCompletions ( CompletionDataList list ) : void | ||
OnParsedDocumentUpdated ( ) : void |
Method | Description | |
---|---|---|
AssignStylesheetCommand ( ) : void | ||
ConvertPath ( IList |
||
CreateSchemaCommand ( ) : void | ||
FindSchemaObjectReference ( string name, MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData schemaCompletionData, string elementName ) : |
Attempts to locate the reference name in the specified schema.
|
|
FindSchemaObjectType ( string name, MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData schemaCompletionData, string elementName ) : |
Attempts to locate the type name in the specified schema.
|
|
GetElementPath ( ) : MonoDevelop.XmlEditor.XmlElementPath | ||
GetFileContent ( string fileName ) : string | ||
GetPositionIndent ( int position ) : string | ||
GetSchemaObjectReferenced ( MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData currentSchemaCompletionData, |
If the attribute value found references another item in the schema return this instead of the attribute schema object. For example, if the user can select the attribute value and the code will work out the schema object pointed to by the ref or type attribute: xs:element ref="ref-name" xs:attribute type="type-name"
|
|
GoToSchemaDefinitionCommand ( ) : void | ||
HandleXmlFileAssociationChanged ( object sender, MonoDevelop.XmlEditor.XmlFileAssociationChangedEventArgs e ) : void | ||
IsFileNameHandled ( string fileName ) : bool |
Determines whether the file can be displayed by the xml editor.
|
|
IsMimeTypeHandled ( string mimeType ) : bool | ||
IsXmlSchemaNamespace ( |
Checks whether the element belongs to the XSD namespace.
|
|
OpenStylesheetCommand ( ) : void | ||
QueueInference ( ) : void | ||
RunXslTransformCommand ( ) : void | ||
SetDefaultSchema ( ) : void | ||
SmartIndentLine ( int line ) : void | ||
ToggleCodeCommentCommand ( ) : void | ||
ToggleCodeCommentCommandUpdate ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
UpdateOpenStylesheetCommand ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
UserSchemaAdded ( object source, |
||
UserSchemaRemoved ( object source, |
||
ValidateCommand ( ) : void |
public ExtendsEditor ( MonoDevelop doc, IEditableTextBuffer editor ) : bool | ||
doc | MonoDevelop | |
editor | IEditableTextBuffer | |
return | bool |
public FindSchema ( IXmlSchemaCompletionDataCollection schemaCompletionDataItems, MonoDevelop.XmlEditor.XmlElementPath path ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
schemaCompletionDataItems | IXmlSchemaCompletionDataCollection | |
path | MonoDevelop.XmlEditor.XmlElementPath | |
return | MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData |
public FindSchema ( MonoDevelop.XmlEditor.XmlElementPath path ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
path | MonoDevelop.XmlEditor.XmlElementPath | |
return | MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData |
public FindSchema ( string namespaceUri ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
namespaceUri | string | |
return | MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData |
public FindSchemaFromFileName ( string fileName ) : MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | ||
fileName | string | |
return | MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData |
protected GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary |
||
attributedOb | IAttributedXObject | |
existingAtts | string>.Dictionary | |
return | CompletionDataList |
protected GetAttributeValueCompletions ( IAttributedXObject attributedOb, XAttribute att ) : CompletionDataList | ||
attributedOb | IAttributedXObject | |
att | XAttribute | |
return | CompletionDataList |
protected GetElementCompletions ( CompletionDataList list ) : void | ||
list | CompletionDataList | |
return | void |
public GetSchemaObjectSelected ( MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData currentSchemaCompletionData ) : |
||
currentSchemaCompletionData | MonoDevelop.XmlEditor.Completion.XmlSchemaCompletionData | This is the schema completion data for the schema currently being /// displayed. This can be null if the document is not a schema. |
return |
public KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool | ||
key | Gdk | |
keyChar | char | |
modifier | Gdk | |
return | bool |