|
||||||||||
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.XQueryCopyNamespacesDecl
public class XQueryCopyNamespacesDecl
Constructor Summary | |
---|---|
XQueryCopyNamespacesDecl(PositionInfo pos,
PreserveModeEnum preserveMode,
InheritModeEnum inheritMode)
Constructor |
Method Summary | |
---|---|
void |
acceptVisitor(VisitorXQueryModulesAndProlog visitor)
Method acceptVisitor |
InheritModeEnum |
getInheritMode()
Returns InheritMode |
PreserveModeEnum |
getPreserveMode()
Returns PreserveMode |
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 XQueryCopyNamespacesDecl(PositionInfo pos, PreserveModeEnum preserveMode, InheritModeEnum inheritMode)
pos
- a PositionInfomode
- an OrderingModeEnumMethod Detail |
---|
public PreserveModeEnum getPreserveMode()
public InheritModeEnum getInheritMode()
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 |