C# 클래스 System.Xml.Xsl.Qil.QilFactory

Factory methods for constructing QilExpression nodes.
See the QIL functional specification for documentation.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ActualParameterList ( ) : QilList
ActualParameterList ( IList values ) : QilList
Add ( QilNode left, QilNode right ) : QilBinary
After ( QilNode left, QilNode right ) : QilBinary
Ancestor ( QilNode child ) : QilUnary
AncestorOrSelf ( QilNode child ) : QilUnary
And ( QilNode left, QilNode right ) : QilBinary
Attribute ( QilNode left, QilNode right ) : QilBinary
AttributeCtor ( QilNode left, QilNode right ) : QilBinary
Average ( QilNode child ) : QilUnary
Before ( QilNode left, QilNode right ) : QilBinary
BranchList ( ) : QilList
BranchList ( IList values ) : QilList
Choice ( QilNode expression, QilNode branches ) : QilChoice
CommentCtor ( QilNode child ) : QilUnary
Conditional ( QilNode left, QilNode center, QilNode right ) : QilTernary
Content ( QilNode child ) : QilUnary
DataSource ( QilNode name, QilNode baseUri ) : QilDataSource
Deref ( QilNode left, QilNode right ) : QilBinary
Descendant ( QilNode child ) : QilUnary
DescendantOrSelf ( QilNode child ) : QilUnary
Difference ( QilNode left, QilNode right ) : QilBinary
Divide ( QilNode left, QilNode right ) : QilBinary
DocOrderDistinct ( QilNode child ) : QilUnary
DocumentCtor ( QilNode child ) : QilUnary
ElementCtor ( QilNode left, QilNode right ) : QilBinary
Eq ( QilNode left, QilNode right ) : QilBinary
Error ( QilNode child ) : QilUnary
False ( ) : QilNode
Filter ( QilNode variable, QilNode body ) : QilLoop
FollowingSibling ( QilNode child ) : QilUnary
For ( QilNode binding ) : QilIterator
FormalParameterList ( ) : QilList
FormalParameterList ( IList values ) : QilList
Function ( QilNode arguments, QilNode definition, QilNode sideEffects, XmlQueryType xmlType ) : QilFunction
Function ( QilNode arguments, QilNode sideEffects, XmlQueryType xmlType ) : QilFunction
FunctionList ( ) : QilList
FunctionList ( IList values ) : QilList
Ge ( QilNode left, QilNode right ) : QilBinary
GlobalParameterList ( ) : QilList
GlobalParameterList ( IList values ) : QilList
GlobalVariableList ( ) : QilList
GlobalVariableList ( IList values ) : QilList
Gt ( QilNode left, QilNode right ) : QilBinary
Intersection ( QilNode left, QilNode right ) : QilBinary
Invoke ( QilNode function, QilNode arguments ) : QilInvoke
Is ( QilNode left, QilNode right ) : QilBinary
IsEmpty ( QilNode child ) : QilUnary
IsType ( QilNode source, QilNode targetType ) : QilTargetType
IsType ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
Le ( QilNode left, QilNode right ) : QilBinary
Length ( QilNode child ) : QilUnary
Let ( QilNode binding ) : QilIterator
LiteralDecimal ( decimal value ) : QilLiteral
LiteralDouble ( double value ) : QilLiteral
LiteralInt32 ( int value ) : QilLiteral
LiteralInt64 ( long value ) : QilLiteral
LiteralObject ( object value ) : QilLiteral
LiteralQName ( string local ) : QilName
LiteralQName ( string localName, string namespaceUri, string prefix ) : QilName
LiteralString ( string value ) : QilLiteral
LiteralType ( XmlQueryType value ) : QilLiteral
LocalNameOf ( QilNode child ) : QilUnary
Loop ( QilNode variable, QilNode body ) : QilLoop
Lt ( QilNode left, QilNode right ) : QilBinary
Maximum ( QilNode child ) : QilUnary
Minimum ( QilNode child ) : QilUnary
Modulo ( QilNode left, QilNode right ) : QilBinary
Multiply ( QilNode left, QilNode right ) : QilBinary
NameOf ( QilNode child ) : QilUnary
NamespaceDecl ( QilNode left, QilNode right ) : QilBinary
NamespaceUriOf ( QilNode child ) : QilUnary
Ne ( QilNode left, QilNode right ) : QilBinary
Negate ( QilNode child ) : QilUnary
NodeRange ( QilNode left, QilNode right ) : QilBinary
Nop ( QilNode child ) : QilUnary
Not ( QilNode child ) : QilUnary
OptimizeBarrier ( QilNode child ) : QilUnary
Or ( QilNode left, QilNode right ) : QilBinary
PICtor ( QilNode left, QilNode right ) : QilBinary
Parameter ( QilNode defaultValue, QilNode name, XmlQueryType xmlType ) : QilParameter
Parameter ( XmlQueryType xmlType ) : QilParameter
Parent ( QilNode child ) : QilUnary
PositionOf ( QilNode child ) : QilUnary
Preceding ( QilNode child ) : QilUnary
PrecedingSibling ( QilNode child ) : QilUnary
PrefixOf ( QilNode child ) : QilUnary
QilExpression ( QilNode root ) : QilExpression
QilExpression ( QilNode root, QilFactory factory ) : QilExpression
QilFactory ( ) : System.Collections.Generic
RawTextCtor ( QilNode child ) : QilUnary
Root ( QilNode child ) : QilUnary
RtfCtor ( QilNode left, QilNode right ) : QilBinary
Sequence ( ) : QilList
Sequence ( IList values ) : QilList
Sort ( QilNode variable, QilNode body ) : QilLoop
SortKey ( QilNode key, QilNode collation ) : QilSortKey
SortKeyList ( ) : QilList
SortKeyList ( IList values ) : QilList
StrConcat ( QilNode values ) : QilStrConcat
StrConcat ( QilNode delimiter, QilNode values ) : QilStrConcat
StrLength ( QilNode child ) : QilUnary
StrParseQName ( QilNode left, QilNode right ) : QilBinary
Subtract ( QilNode left, QilNode right ) : QilBinary
Sum ( QilNode child ) : QilUnary
TextCtor ( QilNode child ) : QilUnary
True ( ) : QilNode
TypeAssert ( QilNode source, QilNode targetType ) : QilTargetType
TypeAssert ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
Union ( QilNode left, QilNode right ) : QilBinary
Unknown ( XmlQueryType xmlType ) : QilNode
Warning ( QilNode child ) : QilUnary
XPathFollowing ( QilNode child ) : QilUnary
XPathNamespace ( QilNode child ) : QilUnary
XPathNodeValue ( QilNode child ) : QilUnary
XPathPreceding ( QilNode child ) : QilUnary
XmlContext ( ) : QilNode
XsltConvert ( QilNode source, QilNode targetType ) : QilTargetType
XsltConvert ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
XsltCopy ( QilNode left, QilNode right ) : QilBinary
XsltCopyOf ( QilNode child ) : QilUnary
XsltGenerateId ( QilNode child ) : QilUnary
XsltInvokeEarlyBound ( QilNode name, QilNode clrMethod, QilNode arguments, XmlQueryType xmlType ) : QilInvokeEarlyBound
XsltInvokeLateBound ( QilNode name, QilNode arguments ) : QilInvokeLateBound

비공개 메소드들

메소드 설명
TraceNode ( QilNode n ) : void

메소드 상세

ActualParameterList() 공개 메소드

public ActualParameterList ( ) : QilList
리턴 QilList

ActualParameterList() 공개 메소드

public ActualParameterList ( IList values ) : QilList
values IList
리턴 QilList

Add() 공개 메소드

public Add ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

After() 공개 메소드

public After ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Ancestor() 공개 메소드

public Ancestor ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

AncestorOrSelf() 공개 메소드

public AncestorOrSelf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

And() 공개 메소드

public And ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Attribute() 공개 메소드

public Attribute ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

AttributeCtor() 공개 메소드

public AttributeCtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Average() 공개 메소드

public Average ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Before() 공개 메소드

public Before ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

BranchList() 공개 메소드

public BranchList ( ) : QilList
리턴 QilList

BranchList() 공개 메소드

public BranchList ( IList values ) : QilList
values IList
리턴 QilList

Choice() 공개 메소드

public Choice ( QilNode expression, QilNode branches ) : QilChoice
expression QilNode
branches QilNode
리턴 QilChoice

CommentCtor() 공개 메소드

public CommentCtor ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Conditional() 공개 메소드

public Conditional ( QilNode left, QilNode center, QilNode right ) : QilTernary
left QilNode
center QilNode
right QilNode
리턴 QilTernary

Content() 공개 메소드

public Content ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

DataSource() 공개 메소드

public DataSource ( QilNode name, QilNode baseUri ) : QilDataSource
name QilNode
baseUri QilNode
리턴 QilDataSource

Deref() 공개 메소드

public Deref ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Descendant() 공개 메소드

public Descendant ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

DescendantOrSelf() 공개 메소드

public DescendantOrSelf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Difference() 공개 메소드

public Difference ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Divide() 공개 메소드

public Divide ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

DocOrderDistinct() 공개 메소드

public DocOrderDistinct ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

DocumentCtor() 공개 메소드

public DocumentCtor ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

ElementCtor() 공개 메소드

public ElementCtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Eq() 공개 메소드

public Eq ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Error() 공개 메소드

public Error ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

False() 공개 메소드

public False ( ) : QilNode
리턴 QilNode

Filter() 공개 메소드

public Filter ( QilNode variable, QilNode body ) : QilLoop
variable QilNode
body QilNode
리턴 QilLoop

FollowingSibling() 공개 메소드

public FollowingSibling ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

For() 공개 메소드

public For ( QilNode binding ) : QilIterator
binding QilNode
리턴 QilIterator

FormalParameterList() 공개 메소드

public FormalParameterList ( ) : QilList
리턴 QilList

FormalParameterList() 공개 메소드

public FormalParameterList ( IList values ) : QilList
values IList
리턴 QilList

Function() 공개 메소드

public Function ( QilNode arguments, QilNode definition, QilNode sideEffects, XmlQueryType xmlType ) : QilFunction
arguments QilNode
definition QilNode
sideEffects QilNode
xmlType XmlQueryType
리턴 QilFunction

Function() 공개 메소드

public Function ( QilNode arguments, QilNode sideEffects, XmlQueryType xmlType ) : QilFunction
arguments QilNode
sideEffects QilNode
xmlType XmlQueryType
리턴 QilFunction

FunctionList() 공개 메소드

public FunctionList ( ) : QilList
리턴 QilList

FunctionList() 공개 메소드

public FunctionList ( IList values ) : QilList
values IList
리턴 QilList

Ge() 공개 메소드

public Ge ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

GlobalParameterList() 공개 메소드

public GlobalParameterList ( ) : QilList
리턴 QilList

GlobalParameterList() 공개 메소드

public GlobalParameterList ( IList values ) : QilList
values IList
리턴 QilList

GlobalVariableList() 공개 메소드

public GlobalVariableList ( ) : QilList
리턴 QilList

GlobalVariableList() 공개 메소드

public GlobalVariableList ( IList values ) : QilList
values IList
리턴 QilList

Gt() 공개 메소드

public Gt ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Intersection() 공개 메소드

public Intersection ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Invoke() 공개 메소드

public Invoke ( QilNode function, QilNode arguments ) : QilInvoke
function QilNode
arguments QilNode
리턴 QilInvoke

Is() 공개 메소드

public Is ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

IsEmpty() 공개 메소드

public IsEmpty ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

IsType() 공개 메소드

public IsType ( QilNode source, QilNode targetType ) : QilTargetType
source QilNode
targetType QilNode
리턴 QilTargetType

IsType() 공개 메소드

public IsType ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
expr QilNode
xmlType XmlQueryType
리턴 QilTargetType

Le() 공개 메소드

public Le ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Length() 공개 메소드

public Length ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Let() 공개 메소드

public Let ( QilNode binding ) : QilIterator
binding QilNode
리턴 QilIterator

LiteralDecimal() 공개 메소드

public LiteralDecimal ( decimal value ) : QilLiteral
value decimal
리턴 QilLiteral

LiteralDouble() 공개 메소드

public LiteralDouble ( double value ) : QilLiteral
value double
리턴 QilLiteral

LiteralInt32() 공개 메소드

public LiteralInt32 ( int value ) : QilLiteral
value int
리턴 QilLiteral

LiteralInt64() 공개 메소드

public LiteralInt64 ( long value ) : QilLiteral
value long
리턴 QilLiteral

LiteralObject() 공개 메소드

public LiteralObject ( object value ) : QilLiteral
value object
리턴 QilLiteral

LiteralQName() 공개 메소드

public LiteralQName ( string local ) : QilName
local string
리턴 QilName

LiteralQName() 공개 메소드

public LiteralQName ( string localName, string namespaceUri, string prefix ) : QilName
localName string
namespaceUri string
prefix string
리턴 QilName

LiteralString() 공개 메소드

public LiteralString ( string value ) : QilLiteral
value string
리턴 QilLiteral

LiteralType() 공개 메소드

public LiteralType ( XmlQueryType value ) : QilLiteral
value XmlQueryType
리턴 QilLiteral

LocalNameOf() 공개 메소드

public LocalNameOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Loop() 공개 메소드

public Loop ( QilNode variable, QilNode body ) : QilLoop
variable QilNode
body QilNode
리턴 QilLoop

Lt() 공개 메소드

public Lt ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Maximum() 공개 메소드

public Maximum ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Minimum() 공개 메소드

public Minimum ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Modulo() 공개 메소드

public Modulo ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Multiply() 공개 메소드

public Multiply ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

NameOf() 공개 메소드

public NameOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

NamespaceDecl() 공개 메소드

public NamespaceDecl ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

NamespaceUriOf() 공개 메소드

public NamespaceUriOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Ne() 공개 메소드

public Ne ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Negate() 공개 메소드

public Negate ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

NodeRange() 공개 메소드

public NodeRange ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Nop() 공개 메소드

public Nop ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Not() 공개 메소드

public Not ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

OptimizeBarrier() 공개 메소드

public OptimizeBarrier ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Or() 공개 메소드

public Or ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

PICtor() 공개 메소드

public PICtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Parameter() 공개 메소드

public Parameter ( QilNode defaultValue, QilNode name, XmlQueryType xmlType ) : QilParameter
defaultValue QilNode
name QilNode
xmlType XmlQueryType
리턴 QilParameter

Parameter() 공개 메소드

public Parameter ( XmlQueryType xmlType ) : QilParameter
xmlType XmlQueryType
리턴 QilParameter

Parent() 공개 메소드

public Parent ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

PositionOf() 공개 메소드

public PositionOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Preceding() 공개 메소드

public Preceding ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

PrecedingSibling() 공개 메소드

public PrecedingSibling ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

PrefixOf() 공개 메소드

public PrefixOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

QilExpression() 공개 메소드

public QilExpression ( QilNode root ) : QilExpression
root QilNode
리턴 QilExpression

QilExpression() 공개 메소드

public QilExpression ( QilNode root, QilFactory factory ) : QilExpression
root QilNode
factory QilFactory
리턴 QilExpression

QilFactory() 공개 메소드

public QilFactory ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RawTextCtor() 공개 메소드

public RawTextCtor ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

Root() 공개 메소드

public Root ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

RtfCtor() 공개 메소드

public RtfCtor ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Sequence() 공개 메소드

public Sequence ( ) : QilList
리턴 QilList

Sequence() 공개 메소드

public Sequence ( IList values ) : QilList
values IList
리턴 QilList

Sort() 공개 메소드

public Sort ( QilNode variable, QilNode body ) : QilLoop
variable QilNode
body QilNode
리턴 QilLoop

SortKey() 공개 메소드

public SortKey ( QilNode key, QilNode collation ) : QilSortKey
key QilNode
collation QilNode
리턴 QilSortKey

SortKeyList() 공개 메소드

public SortKeyList ( ) : QilList
리턴 QilList

SortKeyList() 공개 메소드

public SortKeyList ( IList values ) : QilList
values IList
리턴 QilList

StrConcat() 공개 메소드

public StrConcat ( QilNode values ) : QilStrConcat
values QilNode
리턴 QilStrConcat

StrConcat() 공개 메소드

public StrConcat ( QilNode delimiter, QilNode values ) : QilStrConcat
delimiter QilNode
values QilNode
리턴 QilStrConcat

StrLength() 공개 메소드

public StrLength ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

StrParseQName() 공개 메소드

public StrParseQName ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Subtract() 공개 메소드

public Subtract ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Sum() 공개 메소드

public Sum ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

TextCtor() 공개 메소드

public TextCtor ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

True() 공개 메소드

public True ( ) : QilNode
리턴 QilNode

TypeAssert() 공개 메소드

public TypeAssert ( QilNode source, QilNode targetType ) : QilTargetType
source QilNode
targetType QilNode
리턴 QilTargetType

TypeAssert() 공개 메소드

public TypeAssert ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
expr QilNode
xmlType XmlQueryType
리턴 QilTargetType

Union() 공개 메소드

public Union ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

Unknown() 공개 메소드

public Unknown ( XmlQueryType xmlType ) : QilNode
xmlType XmlQueryType
리턴 QilNode

Warning() 공개 메소드

public Warning ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XPathFollowing() 공개 메소드

public XPathFollowing ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XPathNamespace() 공개 메소드

public XPathNamespace ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XPathNodeValue() 공개 메소드

public XPathNodeValue ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XPathPreceding() 공개 메소드

public XPathPreceding ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XmlContext() 공개 메소드

public XmlContext ( ) : QilNode
리턴 QilNode

XsltConvert() 공개 메소드

public XsltConvert ( QilNode source, QilNode targetType ) : QilTargetType
source QilNode
targetType QilNode
리턴 QilTargetType

XsltConvert() 공개 메소드

public XsltConvert ( QilNode expr, XmlQueryType xmlType ) : QilTargetType
expr QilNode
xmlType XmlQueryType
리턴 QilTargetType

XsltCopy() 공개 메소드

public XsltCopy ( QilNode left, QilNode right ) : QilBinary
left QilNode
right QilNode
리턴 QilBinary

XsltCopyOf() 공개 메소드

public XsltCopyOf ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XsltGenerateId() 공개 메소드

public XsltGenerateId ( QilNode child ) : QilUnary
child QilNode
리턴 QilUnary

XsltInvokeEarlyBound() 공개 메소드

public XsltInvokeEarlyBound ( QilNode name, QilNode clrMethod, QilNode arguments, XmlQueryType xmlType ) : QilInvokeEarlyBound
name QilNode
clrMethod QilNode
arguments QilNode
xmlType XmlQueryType
리턴 QilInvokeEarlyBound

XsltInvokeLateBound() 공개 메소드

public XsltInvokeLateBound ( QilNode name, QilNode arguments ) : QilInvokeLateBound
name QilNode
arguments QilNode
리턴 QilInvokeLateBound