|
||||||||||
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.XQueryDefaultNamespaceDecl
public class XQueryDefaultNamespaceDecl
Constructor Summary | |
---|---|
XQueryDefaultNamespaceDecl(PositionInfo pos,
NamespaceEnum kind,
java.lang.String literal)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
NamespaceEnum |
getKind()
Method getKind |
java.lang.String |
getLiteral()
Method getLiteral |
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 XQueryDefaultNamespaceDecl(PositionInfo pos, NamespaceEnum kind, java.lang.String literal)
column
- an intline
- an intkind
- a NSKindliteral
- a XS_AnyURIMethod Detail |
---|
public NamespaceEnum getKind()
public java.lang.String getLiteral()
public 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 |