Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
Types for compiled stylesheets
Documentation
data CompiledStylesheet Source
CompStylesheet [MatchRule] (Map ExName NamedRule) (Map ExName Variable) (Map ExName [AttributeSet]) [Strips] NSAliasing |
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, feedPreserves :: [NTest] -> Strips -> StripsSource
stripDocument :: [Strips] -> XmlTree -> XmlTreeSource
type NSAliasing = Map String StringSource
addAlias :: UriMapping -> String -> String -> NSAliasing -> NSAliasingSource
lookupAlias :: NSAliasing -> QName -> QNameSource
data ComputedQName Source