Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Qil Namespace Reference

Classes

interface  IQilAnnotation
 
class  QilBinary
 
class  QilChoice
 
class  QilCloneVisitor
 
class  QilDataSource
 
class  QilDepthChecker
 
class  QilExpression
 
class  QilFactory
 
class  QilFunction
 
class  QilInvoke
 
class  QilInvokeEarlyBound
 
class  QilInvokeLateBound
 
class  QilIterator
 
class  QilList
 
class  QilLiteral
 
class  QilLoop
 
class  QilName
 
class  QilNode
 
class  QilParameter
 
class  QilPatternFactory
 
class  QilPatternVisitor
 
class  QilReference
 
class  QilReplaceVisitor
 
class  QilScopedVisitor
 
class  QilSortKey
 
class  QilStrConcat
 
class  QilTargetType
 
class  QilTernary
 
class  QilTypeChecker
 
class  QilUnary
 
class  QilVisitor
 
class  SubstitutionList
 
class  WhitespaceRule
 

Enumerations

enum  QilNodeType {
  QilExpression , FunctionList , GlobalVariableList , GlobalParameterList ,
  ActualParameterList , FormalParameterList , SortKeyList , BranchList ,
  OptimizeBarrier , Unknown , DataSource , Nop ,
  Error , Warning , For , Let ,
  Parameter , PositionOf , True , False ,
  LiteralString , LiteralInt32 , LiteralInt64 , LiteralDouble ,
  LiteralDecimal , LiteralQName , LiteralType , LiteralObject ,
  And , Or , Not , Conditional ,
  Choice , Length , Sequence , Union ,
  Intersection , Difference , Average , Sum ,
  Minimum , Maximum , Negate , Add ,
  Subtract , Multiply , Divide , Modulo ,
  StrLength , StrConcat , StrParseQName , Ne ,
  Eq , Gt , Ge , Lt ,
  Le , Is , After , Before ,
  Loop , Filter , Sort , SortKey ,
  DocOrderDistinct , Function , Invoke , Content ,
  Attribute , Parent , Root , XmlContext ,
  Descendant , DescendantOrSelf , Ancestor , AncestorOrSelf ,
  Preceding , FollowingSibling , PrecedingSibling , NodeRange ,
  Deref , ElementCtor , AttributeCtor , CommentCtor ,
  PICtor , TextCtor , RawTextCtor , DocumentCtor ,
  NamespaceDecl , RtfCtor , NameOf , LocalNameOf ,
  NamespaceUriOf , PrefixOf , TypeAssert , IsType ,
  IsEmpty , XPathNodeValue , XPathFollowing , XPathPreceding ,
  XPathNamespace , XsltGenerateId , XsltInvokeLateBound , XsltInvokeEarlyBound ,
  XsltCopy , XsltCopyOf , XsltConvert
}
 
enum  SerializationHints { None , CData , DisableOutputEscaping }