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

java.lang.Object
  extended by com.eviware.soapui.support.editor.xml.support.AbstractXmlDocument
      extended by com.eviware.soapui.support.editor.xml.support.XmlObjectXmlDocument
All Implemented Interfaces:
EditorDocument, XmlDocument, PropertyChangeNotifier

public class XmlObjectXmlDocument
extends AbstractXmlDocument

Default XmlDocument that works on an existing XmlObject

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.xml.XmlDocument
XML_PROPERTY
 
Constructor Summary
XmlObjectXmlDocument(org.apache.xmlbeans.XmlObject xmlObject)
           
 
Method Summary
 org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
           
 java.lang.String getXml()
           
 void release()
           
 void setXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.support.editor.xml.support.AbstractXmlDocument
addPropertyChangeListener, addPropertyChangeListener, fireXmlChanged, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectXmlDocument

public XmlObjectXmlDocument(org.apache.xmlbeans.XmlObject xmlObject)
Method Detail

getTypeSystem

public org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
Specified by:
getTypeSystem in interface XmlDocument
Overrides:
getTypeSystem in class AbstractXmlDocument

getXml

public java.lang.String getXml()

setXml

public void setXml(java.lang.String xml)

release

public void release()
Specified by:
release in interface EditorDocument
Overrides:
release in class AbstractXmlDocument


Copyright © 2005-2008 eviware.com. All Rights Reserved.