Package com.xmlcalabash.xvrl
Class XvrlCategory
-
- All Implemented Interfaces:
public final class XvrlCategory extends XvrlContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlCategory.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
vocabulary
private final XdmNode
content
private final XProcStepConfiguration
stepConfig
public final static XvrlCategory.Companion
Companion
-
Method Summary
Modifier and Type Method Description final String
getVocabulary()
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
-
getVocabulary
final String getVocabulary()
-
serialize
Unit serialize(SaxonTreeBuilder builder)
-
-
-
-