|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in org.outerj.daisy.navigation.impl |
Classes in org.outerj.daisy.navigation.impl that implement Node | |
class |
AbstractParentNode
|
class |
AggregateNode
|
class |
DocumentFromQueryNode
A Node representing a Document as result from a Query. |
class |
DocumentNode
|
class |
ErrorNode
|
class |
GroupNode
|
class |
ImportNode
An import node is a special kind of node |
class |
LinkNode
Link to an (external) URL. |
class |
QueryNode
A query node is a special node which doesn't really exist in the result tree but is instead replaced with the result of executing a query. |
class |
RootNode
|
Methods in org.outerj.daisy.navigation.impl that return Node | |
Node |
NavigationTree.getNode()
|
static Node |
NavigationBuilder.build(org.outerj.daisy.repository.VariantKey navigationDoc,
CommonNavigationManager.Context context)
|
static Node |
NavigationBuilder.build(java.lang.String navigationXml,
long branchId,
long languageId,
CommonNavigationManager.Context context)
Builds a navigation tree from an XML navigation description provided as a string argument. |
Methods in org.outerj.daisy.navigation.impl with parameters of type Node | |
void |
DocumentFromQueryNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
DocumentFromQueryNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
DocumentNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
RootNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
RootNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
ErrorNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
ErrorNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean contextualized,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
ImportNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
ImportNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
Node.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
Node.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean contextualized,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
AbstractParentNode.add(Node node)
|
void |
AbstractParentNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
AbstractParentNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
AbstractParentNode.generateXml(java.util.List children,
org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
LinkNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
void |
QueryNode.searchPath(java.lang.String[] path,
int pos,
Node[] foundPath)
|
void |
GroupNode.generateXml(org.xml.sax.ContentHandler contentHandler,
Node[] activeNodePath,
int pos,
boolean includeOnlyActivePath,
java.lang.String path,
long userId,
long[] roleIds)
|
Constructors in org.outerj.daisy.navigation.impl with parameters of type Node | |
RootNode(Node delegate)
|
|
NavigationTree(Node node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |