public final class Includable extends Object
SimpleInclusionScheme.listIncludables(com.xmlmind.xml.doc.Document)
.Modifier and Type | Field and Description |
---|---|
Node |
firstNode
First node of a range which may be copied by reference.
|
String |
id
An string uniquely identifying this includable among all the
includables returned by
SimpleInclusionScheme.listIncludables(com.xmlmind.xml.doc.Document) . |
String |
label
A description of this includable intended to be displayed in a GUI.
|
Node |
lastNode
Last node of a range which may be copied by reference.
|
static String |
ROOT_ELEMENT_PSEUDO_ID |
static String |
ROOT_ELEMENT_PSEUDO_LABEL |
Constructor and Description |
---|
Includable(Node firstNode,
Node lastNode,
String id,
String label)
Constructs an includable initialized using specified values.
|
public static final String ROOT_ELEMENT_PSEUDO_ID
public static final String ROOT_ELEMENT_PSEUDO_LABEL
public final Node firstNode
lastNode
.public final Node lastNode
firstNode
.public final String id
SimpleInclusionScheme.listIncludables(com.xmlmind.xml.doc.Document)
.public final String label
null
.