public class Element extends Object
Modifier | Constructor and Description |
---|---|
protected |
Element() |
Modifier and Type | Method and Description |
---|---|
static Element |
buildElement(String definition,
String xhdoc,
SaDocInfo.ElementInfo info) |
static Element |
buildElement(String definition,
String xhdoc,
String filename,
int index,
String docUid) |
DocumentId |
getDocumentId() |
ElementId |
getElementId() |
String |
getFilename() |
int |
getIndex() |
String |
toUniqueKey() |
public String getFilename()
public int getIndex()
public DocumentId getDocumentId()
public ElementId getElementId()
public static Element buildElement(String definition, String xhdoc, SaDocInfo.ElementInfo info)
public static Element buildElement(String definition, String xhdoc, String filename, int index, String docUid)
public String toUniqueKey()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.