Class XmlRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
Represents properties and methods to perform code completion functionality for Xml schema-based parser.
public class XmlRepository : CodeCompletionRepository, IXmlRepository, ICodeCompletionRepository, IDisposable
- Inheritance
-
XmlRepository
- Implements
Constructors
- XmlRepository(bool, ISyntaxTree)
Initializes a new instance of the
XmlRepository
class with specified parameters.
Properties
- AlphaImages
Represents collection of alpha images used for code completion.
- AlphaImagesHighDpi
Gets Alpha ImageList attached to this
CodeCompletionRepository
for high DPI.
- Images
Represents collection of images used for code completion.
- ImagesHighDpi
Represents collection of images used for code completion for high DPI.
- Schema
Gets or sets an
XmlSchema
used to define XML document structure.
Methods
- CodeCompletion(string, Point, CodeCompletionArgs, ISyntaxNode)
Performs code completion for the specified text representing language element.
- GetCodeSnippets(string)
Returns code snippets for the given language.