| Constructor and Description |
|---|
XMLSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String data) |
void |
addContentPlaceholder(ITextUnit textUnit,
LocaleId locId)
Adds to this skeleton a placeholder for the content (in a given locale) of the resource
to which this skeleton is attached.
|
void |
addValuePlaceholder(INameable referent,
String propName,
LocaleId locId) |
ISkeleton |
clone()
Clones this skeleton object.
|
IResource |
getParent()
Gets the parent resource of this skeleton.
|
void |
setParent(IResource parent)
Sets a parent of this skeleton object.
|
String |
toString()
Gets a string representation of this skeleton object.
|
public String toString()
ISkeletonpublic ISkeleton clone()
ISkeletonpublic void setParent(IResource parent)
ISkeletonpublic IResource getParent()
ISkeletonpublic void add(String data)
public void addValuePlaceholder(INameable referent, String propName, LocaleId locId)
public void addContentPlaceholder(ITextUnit textUnit, LocaleId locId)
textUnit - the resource object.locId - the locale; use null if the reference is the source.Copyright © 2020. All rights reserved.