| Package | Description |
|---|---|
| org.xbup.catalog | |
| org.xbup.catalog.declaration | |
| org.xbup.catalog.update | |
| org.xbup.io.declaration | |
| org.xbup.io.filter | |
| org.xbup.io.pull | |
| org.xbup.io.remote | |
| org.xbup.io.tree |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBAECatalog.getRootContext() |
XBContext |
XBCachedCatalog.getRootContext() |
XBContext |
XBCatalog.getRootContext()
Returns a processing context for empty document.
|
XBContext |
XBECatalog.getRootContext() |
XBContext |
XBRCatalog.getRootContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
XBCPContext
Context based on path declaration.
|
class |
XBCPSpecDecl |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBCUpdateHandler.updateTypeSpecFromWS(java.lang.Long[] path,
long specId) |
XBContext |
XBCUpdatePHPHandler.updateTypeSpecFromWS(java.lang.Long[] path,
long specId) |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBContextBlockType.getContext() |
XBContext |
XBContext.getParent() |
static XBContext |
XBContext.processDeclaration(XBCatalog catalog,
XBContext parent,
XBTTreeNode specBlock) |
| Modifier and Type | Method and Description |
|---|---|
static XBContext |
XBContext.processDeclaration(XBCatalog catalog,
XBContext parent,
XBTTreeNode specBlock) |
void |
XBContextBlockType.setContext(XBContext context) |
void |
XBContext.setParent(XBContext parent) |
| Constructor and Description |
|---|
XBContextBlockType(int groupId,
int blockId,
XBContext context) |
XBContextBlockType(XBBlockDecl blockDecl,
XBContext context) |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBTEncapsulator.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBTEncapsulator.setContext(XBContext context) |
| Constructor and Description |
|---|
XBTEncapsulator(XBContext context)
Creates a new instance of XBTEncapsulator
|
XBTEncapsulator(XBContext context,
XBTListener target) |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBTPullReader.getCurrentContext()
Returns current parsing context
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBDbServiceClient.XBServiceContext
TODO: Temporary static translation of XBService format
|
class |
XBTCPServiceClient.XBServiceContext
TODO: Temporary static translation of XBService format
|
| Modifier and Type | Field and Description |
|---|---|
protected XBContext |
XBTTree.rootContext |
| Modifier and Type | Method and Description |
|---|---|
XBContext |
XBTTree.getRootContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBTTreeNode.processSpec(XBCatalog catalog,
XBContext parentContext)
Performs tree depth specification processing
|
void |
XBTTree.setRootContext(XBContext rootContext) |
| Constructor and Description |
|---|
XBTTree(XBCatalog catalog,
XBContext rootContext) |