1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<html>
3<head>
4 <!--
5#**************************************************************
6#
7#  Licensed to the Apache Software Foundation (ASF) under one
8#  or more contributor license agreements.  See the NOTICE file
9#  distributed with this work for additional information
10#  regarding copyright ownership.  The ASF licenses this file
11#  to you under the Apache License, Version 2.0 (the
12#  "License"); you may not use this file except in compliance
13#  with the License.  You may obtain a copy of the License at
14#
15#    http://www.apache.org/licenses/LICENSE-2.0
16#
17#  Unless required by applicable law or agreed to in writing,
18#  software distributed under the License is distributed on an
19#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20#  KIND, either express or implied.  See the License for the
21#  specific language governing permissions and limitations
22#  under the License.
23#
24#**************************************************************
25 -->
26
27  <title>org.openoffice.xmerge.converter.palm package</title>
28
29</head>
30  <body bgcolor="white">
31<p>Provides classes for converting basic document types to/from a  <code>
32DOMDocument</code>  object, which can be used by the framework.  </p>
33<p>This package provides classes that handle the writing of data to an <code>
34 OutputStream</code> object for the {@link org.openoffice.xmerge.DocumentSerializer
35DocumentSerializer} interface for; as well as the reading of data from an
36<code>InputStream</code> object for the framework's {@link org.openoffice.xmerge.DocumentDeserializer
37DocumentDeserializer} interface. Both these framework interfaces are simply
38converters from server-side documents to device specific documents and vice-versa.
39 </p>
40<a name="streamformat">
41<h2></h2>
42</a>
43<p></p>
44<h2>Important Note</h2>
45<p>Methods in these classes are not thread safe for performance reasons.
46Users of these classes will have to make sure that the usage of these classes
47are done in a proper manner.  Possibly more on this later.</p>
48</body>
49</html>
50