Skip navigation links

Package com.xmlmind.xml.clipboard

This package contains a utility class used to convert XML nodes to/from a string.

See: Description

Package com.xmlmind.xml.clipboard Description

This package contains a utility class used to convert XML nodes to/from a string.

This string uses a special serialized XML format called the clipboard format.

The clipboard format has been designed

Example (indented):

<?xml version="1.0"?>
<ns2:clipboard xmlns:ns3="http://www.xmlmind.com/xmleditor/namespace/property"
               xmlns:ns2="http://www.xmlmind.com/xmleditor/namespace/clipboard"
               xmlns:ns="http://www.acme.com/namespace">
  <ns2:clipboard ns3:inclusion="...EntityRef:company_disclaimer..."
                 ns3:readOnly="true"
                 ns3:sourceURL="file:/tmp/in/tloader3/disclaimer.xml">
    <ns:p>Use this at your own risks. 
    <ns:i><ns:b>NO WARRANTY!</ns:b></ns:i></ns:p>
  </ns2:clipboard>

  <ns:p><ns:img src="company_small_logo" /> This is the logo of <ns:b>
  <ns2:clipboard ns3:inclusion="...EntityRef:company_name..."
  ns3:readOnly="true">ACME Inc.</ns2:clipboard></ns:b>.</ns:p>
</ns2:clipboard>
Skip navigation links