Package com.xmlcalabash.xvrl
Class XvrlLet
-
- All Implemented Interfaces:
public final class XvrlLet extends XvrlContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlLet.Companion
-
Field Summary
Fields Modifier and Type Field Description private final QName
name
private final String
value
private final XdmNode
content
private final XProcStepConfiguration
stepConfig
public final static XvrlLet.Companion
Companion
-
Method Summary
Modifier and Type Method Description final QName
getName()
final String
getValue()
Unit
serialize(SaxonTreeBuilder builder)
-
Methods inherited from class com.xmlcalabash.xvrl.XvrlContainer
getContent
-
Methods inherited from class com.xmlcalabash.xvrl.XvrlElement
commonAttributes, getAttribute, getStepConfig, setAttribute, setAttributes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-