com.eviware.soapui.impl.wsdl.panels.request.components.editor.support
Class DefaultXmlDocument

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.support.AbstractXmlDocument
      extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.support.DefaultXmlDocument
All Implemented Interfaces:
XmlDocument, PropertyChangeNotifier

public class DefaultXmlDocument
extends AbstractXmlDocument

Default XmlDocument that works on a standard xml string

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.impl.wsdl.panels.request.components.editor.XmlDocument
XML_PROPERTY
 
Constructor Summary
DefaultXmlDocument()
           
DefaultXmlDocument(java.lang.String xml)
           
 
Method Summary
 org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()
           
 java.lang.String getXml()
           
 void release()
           
 void setTypeSystem(org.apache.xmlbeans.SchemaTypeSystem typeSystem)
           
 void setXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.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

DefaultXmlDocument

public DefaultXmlDocument(java.lang.String xml)

DefaultXmlDocument

public DefaultXmlDocument()
Method Detail

setTypeSystem

public void setTypeSystem(org.apache.xmlbeans.SchemaTypeSystem typeSystem)

getTypeSystem

public org.apache.xmlbeans.SchemaTypeSystem getTypeSystem()

getXml

public java.lang.String getXml()

setXml

public void setXml(java.lang.String xml)

release

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


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