com.eviware.soapui.support.editor.xml
Class XmlLocation
java.lang.Object
com.eviware.soapui.support.editor.xml.XmlLocation
- All Implemented Interfaces:
- EditorLocation<XmlDocument>
public class XmlLocation
- extends java.lang.Object
- implements EditorLocation<XmlDocument>
Location in a XmlDocument
- Author:
- ole.matzura
Constructor Summary |
XmlLocation(int line,
int column)
|
XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
java.lang.String documentation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlLocation
public XmlLocation(int line,
int column)
XmlLocation
public XmlLocation(int line,
int column,
org.apache.xmlbeans.XmlObject xmlObject,
org.apache.xmlbeans.SchemaType schemaType,
java.lang.String documentation)
getColumn
public int getColumn()
- Specified by:
getColumn
in interface EditorLocation<XmlDocument>
getLine
public int getLine()
- Specified by:
getLine
in interface EditorLocation<XmlDocument>
getSchemaType
public org.apache.xmlbeans.SchemaType getSchemaType()
getXmlObject
public org.apache.xmlbeans.XmlObject getXmlObject()
getDocumentation
public java.lang.String getDocumentation()
setDocumentation
public void setDocumentation(java.lang.String documentation)
Copyright © 2005-2010 eviware.com. All Rights Reserved.