Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e829bbf5310925aeb47aebf045f56de1c7854fcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
######################################################################
# Copyright (c) 2003 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
######################################################################

XmlElement.XmlElement_cannot_be_added_as_a_child=XmlElement \'{0}\' cannot be added as a child, as it already is a child of \'{1}\'
XmlElement.XmlElement_toString=XmlElement[name={0}; starting={1},{2}; ending={3},{4}]

Back to the top