|
| void | Load (XmlReader reader) |
| |
| void | AtomizeAttributes (XsltInput.XsltAttribute[] attributes) |
| |
| void | AtomizeAttributes () |
| |
| Uri | ResolveUri (string relativeUri, string baseUri) |
| |
| XmlReader | CreateReader (Uri uri, XmlResolver xmlResolver) |
| |
| Stylesheet | LoadStylesheet (Uri uri, bool include) |
| |
| Stylesheet | LoadStylesheet (XmlReader reader, bool include) |
| |
| void | LoadDocument () |
| |
| void | LoadSimplifiedStylesheet () |
| |
| void | LoadRealStylesheet () |
| |
| void | LoadImport () |
| |
| void | LoadInclude () |
| |
| void | LoadStripSpace (NsDecl stylesheetNsList) |
| |
| void | LoadPreserveSpace (NsDecl stylesheetNsList) |
| |
| void | LoadOutput () |
| |
| void | ProcessOutputSettings () |
| |
| void | CheckUseAttrubuteSetInList (IList< XslNode > list) |
| |
| void | CheckAttributeSetsDfs (AttributeSet attSet) |
| |
| void | LoadKey (NsDecl stylesheetNsList) |
| |
| void | LoadDecimalFormat (NsDecl stylesheetNsList) |
| |
| void | LoadNamespaceAlias (NsDecl stylesheetNsList) |
| |
| void | LoadAttributeSet (NsDecl stylesheetNsList) |
| |
| void | LoadGlobalVariableOrParameter (NsDecl stylesheetNsList, XslNodeType nodeType) |
| |
| void | LoadTemplate (NsDecl stylesheetNsList) |
| |
| void | LoadMsScript (NsDecl stylesheetNsList) |
| |
| List< XslNode > | LoadInstructions () |
| |
| List< XslNode > | LoadInstructions (InstructionFlags flags) |
| |
| List< XslNode > | LoadInstructions (List< XslNode > content) |
| |
| List< XslNode > | LoadInstructions (List< XslNode > content, InstructionFlags flags) |
| |
| List< XslNode > | LoadWithParams (InstructionFlags flags) |
| |
| XslNode | XslApplyImports () |
| |
| XslNode | XslApplyTemplates () |
| |
| XslNode | XslCallTemplate () |
| |
| XslNode | XslCopy () |
| |
| XslNode | XslCopyOf () |
| |
| XslNode | XslFallback () |
| |
| XslNode | XslIf () |
| |
| XslNode | XslChoose () |
| |
| XslNode | XslOtherwise () |
| |
| XslNode | XslForEach () |
| |
| XslNode | XslMessage () |
| |
| XslNode | XslNumber () |
| |
| XslNode | XslValueOf () |
| |
| VarPar | XslVarPar () |
| |
| XslNode | XslComment () |
| |
| List< XslNode > | LoadContent (bool hasSelect) |
| |
| XslNode | XslProcessingInstruction () |
| |
| XslNode | XslText () |
| |
| XslNode | XslElement () |
| |
| XslNode | XslAttribute () |
| |
| XslNode | XslSort (int sortNumber) |
| |
| XslNode | LoadLiteralResultElement (bool asStylesheet) |
| |
| void | CheckWithParam (List< XslNode > content, XslNode withParam) |
| |
| List< XslNode > | LoadEndTag (List< XslNode > content) |
| |
| XslNode | LoadUnknownXsltInstruction (string parentName) |
| |
| List< XslNode > | LoadFallbacks (string instrName) |
| |
| QilName | ParseModeAttribute (int attNum) |
| |
| QilName | ParseModeListAttribute (int attNum) |
| |
| string | ParseCollationAttribute (int attNum) |
| |
| bool | ResolveQName (bool ignoreDefaultNs, string qname, out string localName, out string namespaceName, out string prefix) |
| |
| QilName | ParseQNameAttribute (int attNum) |
| |
| string | ParseNCNameAttribute (int attNum) |
| |
| QilName | CreateXPathQName (string qname) |
| |
| XmlQualifiedName | ResolveQName (bool ignoreDefaultNs, string qname) |
| |
| void | ParseWhitespaceRules (string elements, bool preserveSpace) |
| |
| XmlQualifiedName | ParseOutputMethod (string attValue, out XmlOutputMethod method) |
| |
| void | AddUseAttributeSets (List< XslNode > list) |
| |
| List< QilName > | ParseUseCharacterMaps (int attNum) |
| |
| string | ParseStringAttribute (int attNum, string attName) |
| |
| char | ParseCharAttribute (int attNum, string attName, char defVal) |
| |
| TriState | ParseYesNoAttribute (int attNum, string attName) |
| |
| void | ParseTypeAttribute (int attNum) |
| |
| void | ParseValidationAttribute (int attNum, bool defVal) |
| |
| void | ParseInputTypeAnnotationsAttribute (int attNum) |
| |
| void | CheckNoContent () |
| |
| ISourceLineInfo | SkipEmptyContent () |
| |
| void | ReportNYI (string arg) |
| |
Definition at line 10 of file XsltLoader.cs.