public class ObjectLinker.CTXInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
idExpression
says where ID info inside xml tag can be found
|
java.lang.String |
nextIdExpression
says where foreign key info inside xml tag can be found
|
java.lang.String |
nextPool
says in which memory pool (table) is foreign key located
|
java.lang.String |
thisPool
says in which memory pool is record located
|
java.lang.String |
xmlSearchPattern
says how to fetch collada tags
i.e.
|
| Constructor and Description |
|---|
CTXInfo(SimpleDomParser.Element subtag,
java.lang.String thisPool) |
public java.lang.String idExpression
public java.lang.String nextIdExpression
public java.lang.String nextPool
public java.lang.String thisPool
public java.lang.String xmlSearchPattern
CTXInfo(SimpleDomParser.Element subtag, java.lang.String thisPool)