|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
de.fraunhofer.ipsi.xquery.tree.prolog.XQueryModuleImport
public class XQueryModuleImport
Constructor Summary | |
---|---|
XQueryModuleImport(PositionInfo pos,
java.lang.String prefix,
java.lang.String literal,
java.util.List<java.lang.String> atLiterals)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
java.util.List<java.lang.String> |
getAtLiterals()
Method getAtLiteral |
java.lang.String |
getLiteral()
Method getLiteral |
XQueryLibraryModule |
getModule()
Method getModule |
java.lang.String |
getPrefix()
Method getPrefix |
void |
setModule(XQueryLibraryModule module)
Method setModule |
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract |
---|
getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryModuleImport(PositionInfo pos, java.lang.String prefix, java.lang.String literal, java.util.List<java.lang.String> atLiterals)
column
- an intline
- an intliteral
- a StringatLiteral
- a StringMethod Detail |
---|
public java.lang.String getPrefix()
public java.lang.String getLiteral()
public java.util.List<java.lang.String> getAtLiterals()
public XQueryLibraryModule getModule()
public void setModule(XQueryLibraryModule module)
module
- a XQueryLibraryModulepublic void acceptVisitor(VisitorXQueryModulesAndProlog visitor) throws XQueryException
acceptVisitor
in interface XQueryPrologDecl
visitor
- a VisitorXQuery
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |