public class XmlLocation extends Object implements EditorLocation<XmlDocument>
| Constructor and Description |
|---|
XmlLocation(int line,
int column) |
XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
String documentation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getDocumentation() |
int |
getLine() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
org.apache.xmlbeans.XmlObject |
getXmlObject() |
void |
setDocumentation(String documentation) |
public XmlLocation(int line,
int column)
public XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
String documentation)
public int getColumn()
getColumn in interface EditorLocation<XmlDocument>public int getLine()
getLine in interface EditorLocation<XmlDocument>public org.apache.xmlbeans.SchemaType getSchemaType()
public org.apache.xmlbeans.XmlObject getXmlObject()
public String getDocumentation()
public void setDocumentation(String documentation)
Copyright © 2019. All Rights Reserved.