|
||||||||||
| 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 and binding factory initialization.
| Constructor Summary | |
|---|---|
RuntimeSupport()
|
|
| Method Summary | |
|---|---|
static IXMLReaderFactory |
createReaderFactory(String cname)
Parser factory class loader method. |
static String[] |
expandNamespaces(String blob,
String[] uris)
Expand names URI indexes into an array of individual names URIs. |
static IXMLReaderFactory |
loadFactory()
Load the appropriate reader factory. |
static String[] |
splitClassNames(String blob)
Split concatenated class or method names string into an array of fully-qualified individual class and/or method names. |
static int[] |
splitInts(String blob)
Split concatenated ints string into an array of individual int values. |
static String[] |
splitNames(String blob)
Split concatenated names string into an array of individual names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeSupport()
| Method Detail |
|---|
public static String[] splitClassNames(String blob)
null in the array.
blob - compacted class names separated by '|' delimiters
public static String[] expandNamespaces(String blob,
String[] uris)
blob - string of characters representing namespace indexesuris - namespace URIs defined in binding
public static String[] splitNames(String blob)
blob - element names separated by '|' delimiters
public static int[] splitInts(String blob)
blob -
public static IXMLReaderFactory createReaderFactory(String cname)
cname - class name
RuntimeException - on error creating class instancepublic static IXMLReaderFactory loadFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||