|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmarshallingContext | |
---|---|
org.jboss.xb.binding |
Uses of UnmarshallingContext in org.jboss.xb.binding |
---|
Classes in org.jboss.xb.binding that implement UnmarshallingContext | |
---|---|
class |
ObjectModelBuilder
An instance of this class translates SAX events into org.jboss.xml.binding.GenericObjectModelFactory calls such as newChild, addChild and setValue. |
Methods in org.jboss.xb.binding with parameters of type UnmarshallingContext | |
---|---|
void |
SchemalessObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
void |
MetadataDrivenObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext ctx,
String namespaceURI,
String localName)
|
void |
MappingObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext ctx,
String namespaceURI,
String localName)
|
void |
GenericObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext ctx,
String namespaceURI,
String localName)
This method is called when parsing of a not top-level XML element completed. |
void |
DelegatingObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
SchemalessObjectModelFactory.completeRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
ObjectModelFactory.completeRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName)
This method is called by the framework when unmarshalling of the object graph completed. |
Object |
MetadataDrivenObjectModelFactory.completeRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName)
|
Object |
MappingObjectModelFactory.completeRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
DelegatingObjectModelFactory.completeRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName)
|
Object |
SchemalessObjectModelFactory.newChild(Object parent,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
MetadataDrivenObjectModelFactory.newChild(Object parent,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
MappingObjectModelFactory.newChild(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
GenericObjectModelFactory.newChild(Object parent,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
This method is called when parsing of a new not top-level XML element started. |
Object |
DelegatingObjectModelFactory.newChild(Object parent,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
SchemalessObjectModelFactory.newRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
ObjectModelFactory.newRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
This method is called by the framework and returns the root of the object graph. |
Object |
MetadataDrivenObjectModelFactory.newRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
MappingObjectModelFactory.newRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs)
|
Object |
DelegatingObjectModelFactory.newRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs)
|
void |
SchemalessObjectModelFactory.setValue(Object o,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
|
void |
MetadataDrivenObjectModelFactory.setValue(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
String value)
|
void |
MappingObjectModelFactory.setValue(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
String value)
|
void |
GenericObjectModelFactory.setValue(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
String value)
This method is called when a new not top-level simple XML element (with text content) was parsed. |
void |
DelegatingObjectModelFactory.setValue(Object o,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |