public class CustomBase extends Object
| Constructor and Description |
|---|
CustomBase(NestingCustomBase parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
getContainingObject(IUnmarshallingContext ictx)
Gets the parent element link from the unmarshalling stack.
|
NestingCustomBase |
getParent()
Get container.
|
SchemaRootBase |
getSchemaRoot()
Get schema customizations parent.
|
protected void |
setParent(NestingCustomBase parent)
Set container.
|
protected void |
validateAttributes(IUnmarshallingContext ictx,
StringArray attrs)
Validate attributes of element.
|
public CustomBase(NestingCustomBase parent)
parent - public NestingCustomBase getParent()
protected void setParent(NestingCustomBase parent)
parent - public SchemaRootBase getSchemaRoot()
protected void validateAttributes(IUnmarshallingContext ictx, StringArray attrs)
ictx - unmarshalling contextattrs - attributes arrayprotected static Object getContainingObject(IUnmarshallingContext ictx)
ictx - unmarshalling contextCopyright © 2005-2014 jibx.org. All Rights Reserved.