de.fraunhofer.ipsi.xquery.tree.prolog
Class XQuerySchemaImport

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.prolog.XQuerySchemaImport
All Implemented Interfaces:
XQueryPrologDecl, XQueryNode

public class XQuerySchemaImport
extends XQueryNodeAbstract
implements XQueryPrologDecl


Constructor Summary
XQuerySchemaImport(PositionInfo pos, java.lang.String prefix, boolean isDefaultNS, 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
 java.lang.String getPrefix()
          Method getPrefix
 boolean isDefaultNS()
          Method isDefaultNS
 
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

XQuerySchemaImport

public XQuerySchemaImport(PositionInfo pos,
                          java.lang.String prefix,
                          boolean isDefaultNS,
                          java.lang.String literal,
                          java.util.List<java.lang.String> atLiterals)
Constructor

Parameters:
column - an int
line - an int
literal - a String
atLiteral - a String
Method Detail

getPrefix

public java.lang.String getPrefix()
Method getPrefix

Returns:
a XS_NCName

isDefaultNS

public boolean isDefaultNS()
Method isDefaultNS

Returns:
a boolean

getLiteral

public java.lang.String getLiteral()
Method getLiteral

Returns:
a String

getAtLiterals

public java.util.List<java.lang.String> getAtLiterals()
Method getAtLiteral

Returns:
a String

acceptVisitor

public void acceptVisitor(VisitorXQueryModulesAndProlog visitor)
                   throws XQueryException
Method acceptVisitor

Specified by:
acceptVisitor in interface XQueryPrologDecl
Parameters:
visitor - a VisitorXQuery
Throws:
QueryException
XQueryException