com.eviware.soapui.support.editor.xml
Class XmlLocation

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getColumn()
           
 java.lang.String getDocumentation()
           
 int getLine()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 org.apache.xmlbeans.XmlObject getXmlObject()
           
 void setDocumentation(java.lang.String documentation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2008 eviware.com. All Rights Reserved.