IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.MapXmlElement Class Referenceabstract
Inheritance diagram for IKVM.Tools.Importer.MapXml.MapXmlElement:
IKVM.Tools.Importer.MapXml.Attribute IKVM.Tools.Importer.MapXml.Element IKVM.Tools.Importer.MapXml.ExceptionMapping IKVM.Tools.Importer.MapXml.Field IKVM.Tools.Importer.MapXml.Instruction IKVM.Tools.Importer.MapXml.InstructionList IKVM.Tools.Importer.MapXml.Redirect IKVM.Tools.Importer.MapXml.ReplaceMethodCall

Static Protected Member Functions

static void Load (MapXmlElement e, XElement element)
 Loads the XML element into the instance.
 

Properties

int LineNumber [get, set]
 Gets the line number in the source file where this element occurs.
 
int LinePosition [get, set]
 Gets the line position in the source file where this element occurs.
 

Detailed Description

Definition at line 31 of file MapXmlElement.cs.

Member Function Documentation

◆ Load()

static void IKVM.Tools.Importer.MapXml.MapXmlElement.Load ( MapXmlElement e,
XElement element )
staticprotected

Loads the XML element into the instance.

Parameters
e
element

Definition at line 39 of file MapXmlElement.cs.

40 {
41 e.LineNumber = ((IXmlLineInfo)element).LineNumber;
42 e.LinePosition = ((IXmlLineInfo)element).LinePosition;
43 }
int LinePosition
Gets the line position in the source file where this element occurs.
int LineNumber
Gets the line number in the source file where this element occurs.

Property Documentation

◆ LineNumber

int IKVM.Tools.Importer.MapXml.MapXmlElement.LineNumber
getset

Gets the line number in the source file where this element occurs.

Definition at line 48 of file MapXmlElement.cs.

48{ get; set; }

◆ LinePosition

int IKVM.Tools.Importer.MapXml.MapXmlElement.LinePosition
getset

Gets the line position in the source file where this element occurs.

Definition at line 53 of file MapXmlElement.cs.

53{ get; set; }

The documentation for this class was generated from the following file: