| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBGroupDecl> |
XBCachedCatalog.getGroups(XBCFormatSpec spec) |
java.util.List<XBGroupDecl> |
XBCatalog.getGroups(XBCFormatSpec spec)
Returns list of binded specifications for given format specification for
processing context.
|
java.util.List<XBGroupDecl> |
XBECatalog.getGroups(XBCFormatSpec spec) |
java.util.List<XBGroupDecl> |
XBRCatalog.getGroups(XBCFormatSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
XBCFormatSpec |
XBCFormatRev.getParent()
Returns relevant specification
|
XBCFormatSpec |
XBCFormatCons.getSpec()
Get owner which is also specification
|
XBCFormatSpec |
XBCFormatJoin.getSpec()
Get owner which is also specification
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBEFormatSpec
Entity Class for Block Specification
|
| Modifier and Type | Method and Description |
|---|---|
XBCFormatSpec |
XBEFormatRev.getParent() |
XBCFormatSpec |
XBEFormatCons.getSpec() |
XBCFormatSpec |
XBEFormatJoin.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBESpecManager.getFormatSpecs(XBCNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBESpecService.getFormatSpecs(XBCNode node) |
| Modifier and Type | Method and Description |
|---|---|
XBCFormatSpec |
XBCSpecManager.findFormatSpecByXB(XBCNode node,
long xbIndex) |
XBCFormatSpec |
XBCSpecManager.getFormatSpec(XBCNode node,
long index)
Returns format specification of given index
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBCSpecManager.getFormatSpecs(XBCNode node)
Get list of format specifications
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRFormatSpec |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBRSpecManager.getFormatSpecs(XBCNode node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBRSpecService.getFormatSpecs(XBCNode node) |
| Modifier and Type | Method and Description |
|---|---|
XBCFormatSpec |
XBCSpecService.findFormatSpecByXB(XBCNode node,
long xbIndex) |
XBCFormatSpec |
XBCSpecService.getFormatSpec(XBCNode node,
long index)
Returns format specification of given index
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCFormatSpec> |
XBCSpecService.getFormatSpecs(XBCNode node)
Get list of format specifications
|
| Modifier and Type | Method and Description |
|---|---|
XBCFormatSpec |
XBCFormatDecl.getFormatSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBCFormatDecl.setFormatSpec(XBCFormatSpec formatSpec) |
| Constructor and Description |
|---|
XBCFormatDecl(XBCatalog catalog,
XBCFormatSpec formatSpec) |
XBCPContext(XBCatalog catalog,
XBCFormatSpec spec)
Creates a new instance of XBCPContext
|
XBCPFormatDecl(XBCatalog catalog,
XBCFormatSpec spec)
Creates a new instance of XBCPContextFormat
|