public class UTLFContent extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
static String |
XML_HEADER |
static String |
XML_TRAILER |
Constructor and Description |
---|
UTLFContent() |
UTLFContent(CharSequence content_xml) |
UTLFContent(Document doc) |
UTLFContent(UArray array) |
UTLFContent(UDict udict) |
Modifier and Type | Method and Description |
---|---|
UTLFContent |
duplicate() |
String |
getContentLexicalForm() |
String |
getContentLexicalForm(int indent) |
UDict |
getDict() |
Document |
getDocument() |
static String |
getEN() |
UObject |
getObject() |
List<UObject> |
getObjectList() |
<T extends UObject> |
getObjectList(Class<T> clas) |
String |
getScope() |
static Document |
newDocument() |
int |
numberOfElements() |
void |
setScope(String scope) |
String |
toString() |
public static final String XML_HEADER
public static final String XML_TRAILER
public UTLFContent(Document doc)
public UTLFContent(CharSequence content_xml) throws UTLFException
UTLFException
public UTLFContent() throws UTLFException
UTLFException
public UTLFContent(UDict udict)
public UTLFContent(UArray array)
public static final String getEN()
public static Document newDocument()
public Document getDocument()
public UDict getDict()
public UObject getObject()
public int numberOfElements()
public UTLFContent duplicate()
public String getScope()
public void setScope(String scope)
public String getContentLexicalForm(int indent)
public String getContentLexicalForm()
EDB Working Group at Tue Jun 10 17:08:59 JST 2025