|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceDeclarationSet | |
---|---|
net.sf.csutils.core.query.antlr | |
net.sf.csutils.core.query.tree |
Uses of NamespaceDeclarationSet in net.sf.csutils.core.query.antlr |
---|
Methods in net.sf.csutils.core.query.antlr that return NamespaceDeclarationSet | |
---|---|
NamespaceDeclarationSet |
CsqlBaseParser.namespaceDeclarations()
|
Methods in net.sf.csutils.core.query.antlr with parameters of type NamespaceDeclarationSet | |
---|---|
SelectStatement |
CsqlBaseParser.selectStatement(NamespaceDeclarationSet nds)
|
Uses of NamespaceDeclarationSet in net.sf.csutils.core.query.tree |
---|
Methods in net.sf.csutils.core.query.tree that return NamespaceDeclarationSet | |
---|---|
NamespaceDeclarationSet |
NodeFactory.namespaceDeclaration(NamespaceDeclarationSet pSet,
java.lang.String pPrefix,
java.lang.String pUri)
Returns a set of namespace declarations, which include a mapping for the given prefix and URI. |
Methods in net.sf.csutils.core.query.tree with parameters of type NamespaceDeclarationSet | |
---|---|
NamespaceDeclarationSet |
NodeFactory.namespaceDeclaration(NamespaceDeclarationSet pSet,
java.lang.String pPrefix,
java.lang.String pUri)
Returns a set of namespace declarations, which include a mapping for the given prefix and URI. |
SelectStatement |
NodeFactory.selectStatement(NamespaceDeclarationSet pNamespaceDeclarations)
Creates a SelectStatement with the given set of
namespace declarations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |