Package com.xmlcalabash.xslt
Class XsltMerge
-
-
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
mergeSource(String vocabularyPrefix, String vocabularyNamespace, String select, String name, String forEachItem, String forEachStream, Boolean streamable, String useAccumulators, Boolean sortBeforeMerge, String validation, String type, String forEachSource, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltMergeSource, Unit> init)
final Unit
mergeAction(String vocabularyPrefix, String vocabularyNamespace, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltMergeAction, Unit> init)
final Unit
fallback(String vocabularyPrefix, String vocabularyNamespace, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltFallback, 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()
-
mergeSource
final Unit mergeSource(String vocabularyPrefix, String vocabularyNamespace, String select, String name, String forEachItem, String forEachStream, Boolean streamable, String useAccumulators, Boolean sortBeforeMerge, String validation, String type, String forEachSource, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltMergeSource, Unit> init)
-
mergeAction
final Unit mergeAction(String vocabularyPrefix, String vocabularyNamespace, Map<QName, String> attributes, Map<String, String> ns, Function1<XsltMergeAction, Unit> init)
-
-
-
-