public class XBCDeclaration extends XBDeclaration
| Constructor and Description |
|---|
XBCDeclaration(XBBlockDecl blockDecl) |
XBCDeclaration(XBFormatDecl format) |
XBCDeclaration(XBFormatDecl format,
XBCatalog catalog)
Creates a new instance of XBCL1Declaration
|
XBCDeclaration(XBFormatDecl format,
XBTConversible rootNode) |
XBCDeclaration(XBGroupDecl groupDecl) |
| Modifier and Type | Method and Description |
|---|---|
XBCatalog |
getCatalog() |
XBCBlockDecl |
getContextBlock() |
XBCFormatDecl |
getContextFormat() |
XBCGroupDecl |
getContextGroup() |
boolean |
produceXBT() |
void |
setCatalog(XBCatalog catalog) |
void |
setContextBlock(XBBlockDecl block) |
void |
setContextFormat(XBFormatDecl format) |
void |
setContextGroup(XBGroupDecl group) |
XBSBlockType |
toStaticType(XBBlockType type)
Transform dynamic block type to static
|
convertFromXBT, convertToXBT, getBlocksCount, getBlockType, getFormat, getGroup, getGroupsCount, getGroupsReserved, getPreserveCount, getRootNode, setFormat, setGroupsReserved, setPreserveCount, setRootNodepublic XBCDeclaration(XBFormatDecl format, XBCatalog catalog)
public XBCDeclaration(XBFormatDecl format)
public XBCDeclaration(XBFormatDecl format, XBTConversible rootNode)
public XBCDeclaration(XBGroupDecl groupDecl)
public XBCDeclaration(XBBlockDecl blockDecl)
public boolean produceXBT()
public XBSBlockType toStaticType(XBBlockType type)
toStaticType in class XBDeclarationpublic XBCFormatDecl getContextFormat()
public XBCGroupDecl getContextGroup()
public XBCBlockDecl getContextBlock()
public void setContextFormat(XBFormatDecl format)
public void setContextGroup(XBGroupDecl group)
public void setContextBlock(XBBlockDecl block)
public XBCatalog getCatalog()
public void setCatalog(XBCatalog catalog)