|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
---|---|
story.dbcore.attributes | |
story.dbcore.links | |
story.dbcore.nodes | |
story.dbcore.repositories |
Uses of Document in story.dbcore.attributes |
---|
Methods in story.dbcore.attributes with parameters of type Document | |
---|---|
void |
AttributeSet.enableInheritance(Document doc,
LinkProperties linkProperties)
Set links to the Document and the LinkProperties objects in this AttributeSet so it can implement attribute inheritance. |
Uses of Document in story.dbcore.links |
---|
Constructors in story.dbcore.links with parameters of type Document | |
---|---|
LinkLabelRepository(Document parentDocument)
|
|
LinkRepository(Document parentDocument,
LinkProperties linkProperties)
Constructor. |
Uses of Document in story.dbcore.nodes |
---|
Methods in story.dbcore.nodes with parameters of type Document | |
---|---|
void |
GenericNode.enableAttributeInheritance(Document doc,
LinkProperties linkProperties)
Set pointers to the Document and the LinkProperties objects in the AttributeSet so it can implement attribute inheritance. |
Constructors in story.dbcore.nodes with parameters of type Document | |
---|---|
GenericNode(Document doc,
NodeRepository parentRepository,
NodeConfig config,
LinkRepository linkRepository)
|
|
InstanceNode(Document doc,
NodeRepository parentRepository,
NodeConfig config,
NodeInstancing definition,
LinkRepository linkRepository)
|
Uses of Document in story.dbcore.repositories |
---|
Constructors in story.dbcore.repositories with parameters of type Document | |
---|---|
NodeRepository(Document doc,
NodeRepositoryConfig config)
Starts a new repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |