Package com.xmlcalabash.xvrl
Class XvrlSchema
-
- All Implemented Interfaces:
public final class XvrlSchema extends XvrlContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlSchema.Companion
-
Field Summary
Fields Modifier and Type Field Description private final URI
href
private final NamespaceUri
schematypens
private final String
version
private final XdmNode
content
private final XProcStepConfiguration
stepConfig
public final static XvrlSchema.Companion
Companion
-
Method Summary
Modifier and Type Method Description final URI
getHref()
final NamespaceUri
getSchematypens()
final String
getVersion()
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
-
-
Method Detail
-
getSchematypens
final NamespaceUri getSchematypens()
-
getVersion
final String getVersion()
-
serialize
Unit serialize(SaxonTreeBuilder builder)
-
-
-
-