summaryrefslogtreecommitdiffstats
blob: 9868dc2cdf49181b2f27f21b4ab42a3c4708c6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2010, Isode Limited, London, England.
 * All rights reserved.
 */
/*
 * Copyright (c) 2010, Remko Tronçon.
 * All rights reserved.
 */

package com.isode.stroke.serializer.xml;

public interface XMLNode {
    public String serialize();
}