|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNode | |
---|---|
cz.cuni.mff.ksi.jinfer.base.interfaces.nodes | This package contains interfaces encapsulating jInfer's XML representation. |
cz.cuni.mff.ksi.jinfer.base.objects.nodes | This package contains the object model of jInfer's XML representation. |
cz.cuni.mff.ksi.jinfer.base.utils | This package contains utility logic shared across jInfer. |
Uses of NamedNode in cz.cuni.mff.ksi.jinfer.base.interfaces.nodes |
---|
Subinterfaces of NamedNode in cz.cuni.mff.ksi.jinfer.base.interfaces.nodes | |
---|---|
interface |
ContentNode
Interface representing nodes, that have content. |
interface |
StructuralNode
Interface for nodes that form structure of document tree. |
Uses of NamedNode in cz.cuni.mff.ksi.jinfer.base.objects.nodes |
---|
Classes in cz.cuni.mff.ksi.jinfer.base.objects.nodes that implement NamedNode | |
---|---|
class |
AbstractNamedNode
Class implementing general features of all nodes in grammar structure. |
class |
AbstractStructuralNode
Class representing a XML node (rule in grammar): element and text node. |
class |
Attribute
Class representing a XML attribute. |
class |
Element
Class representing a XML element. |
class |
SimpleData
Class representing a simple text XML node. |
Uses of NamedNode in cz.cuni.mff.ksi.jinfer.base.utils |
---|
Methods in cz.cuni.mff.ksi.jinfer.base.utils with parameters of type NamedNode | |
---|---|
static List<String> |
CloneHelper.getPrefixedContext(NamedNode node,
List<String> contextPrefix)
Concatenate context from contextPrefix and the context of node
When contextPrefix is {"X","Y"} and the context of node is {"A", "B"},
method returns {"X","Y","A","B"}. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |