|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.runtime.impl.RuntimeSupport
public abstract class RuntimeSupport
Support class providing methods used by generated code.
Constructor Summary | |
---|---|
RuntimeSupport()
|
Method Summary | |
---|---|
static java.lang.String[] |
expandNamespaces(java.lang.String blob,
java.lang.String[] uris)
Expand names URI indexes into an array of individual names URIs. |
static java.lang.String[] |
splitClassNames(int count,
java.lang.String blob)
Split concatenated class names string into an array of individual class names. |
static java.lang.String[] |
splitNames(int count,
java.lang.String blob)
Split concatenated names string into an array of individual names. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeSupport()
Method Detail |
---|
public static java.lang.String[] splitClassNames(int count, java.lang.String blob)
null
in the array.
count
- number of namesblob
- compacted class names separated by '|' delimitors
public static java.lang.String[] expandNamespaces(java.lang.String blob, java.lang.String[] uris)
blob
- string of characters representing namespace indexesuris
- namespace URIs defined in binding
public static java.lang.String[] splitNames(int count, java.lang.String blob)
count
- number of namesblob
- element names separated by '|' delimitors
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |