Class XmlRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.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
- Images
Gets Alpha ImageList attached to this
CodeCompletionRepository
.
- ImagesHighDpi
Gets Alpha ImageList attached to this
CodeCompletionRepository
for high DPI.
- Schema
Gets or sets an
XmlSchema
used to define XML document structure.
- Templates
Gets a list of templates used for code completion.
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.