Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
Safe Haskell | None |
Text.XML.HXT.XSLT.CompiledStylesheet
Description
Types for compiled stylesheets
Documentation
data CompiledStylesheet Source
Constructors
CompStylesheet [MatchRule] (Map ExName NamedRule) (Map ExName Variable) (Map ExName [AttributeSet]) [Strips] NSAliasing |
Instances
getStrips :: CompiledStylesheet -> [Strips]Source
getRulePrio :: MatchRule -> FloatSource
getRuleImports :: MatchRule -> [MatchRule]Source
getRuleName :: NamedRule -> ExNameSource
getVarName :: Variable -> ExNameSource
parseNTest :: UriMapping -> String -> NTestSource
lookupStrip :: ExName -> [Strips] -> BoolSource
feedStrips :: [NTest] -> Strips -> StripsSource
feedPreserves :: [NTest] -> Strips -> StripsSource
stripDocument :: [Strips] -> XmlTree -> XmlTreeSource
type NSAliasing = Map String StringSource
addAlias :: UriMapping -> String -> String -> NSAliasing -> NSAliasingSource
lookupAlias :: NSAliasing -> QName -> QNameSource
Constructors
data ComputedQName Source
Constructors
LiteralQName QName | |
CompQName UriMapping StringExpr StringExpr |
Instances