Package com.xmlcalabash.xslt
Class XsltFork
-
-
Field Summary
Fields Modifier and Type Field Description private final String
vPrefix
private final String
vNamespace
private final QName
name
private final ArrayList<XsltElementInterface>
children
private final HashMap<QName, String>
attributes
private final HashMap<String, String>
namespaces
private final String
prefix
private final String
namespace
private final String
localName
-
Method Summary
Modifier and Type Method Description final String
getVPrefix()
final String
getVNamespace()
final Unit
fallback(String vocabularyPrefix, String vocabularyNamespace, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltFallback, Unit> init)
final Unit
sequence(String vocabularyPrefix, String vocabularyNamespace, String select, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltSequence, Unit> init)
final Unit
forEachGroup(String vocabularyPrefix, String vocabularyNamespace, String select, String groupBy, String groupAdjacent, String groupStartingWith, String groupEndingWith, Boolean composite, String collation, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltForEachGroup, Unit> init)
-
Methods inherited from class com.xmlcalabash.xslt.XsltTag
getAttributes, getChildren, getLocalName, getName, getNamespace, getNamespaces, getPrefix, maybe, maybe, render
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVPrefix
final String getVPrefix()
-
getVNamespace
final String getVNamespace()
-
fallback
final Unit fallback(String vocabularyPrefix, String vocabularyNamespace, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltFallback, Unit> init)
-
sequence
final Unit sequence(String vocabularyPrefix, String vocabularyNamespace, String select, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltSequence, Unit> init)
-
forEachGroup
final Unit forEachGroup(String vocabularyPrefix, String vocabularyNamespace, String select, String groupBy, String groupAdjacent, String groupStartingWith, String groupEndingWith, Boolean composite, String collation, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltForEachGroup, Unit> init)
-
-
-
-