Package | Description |
---|---|
org.jboss.xb.binding |
Modifier and Type | Class and Description |
---|---|
class |
ObjectModelBuilder
An instance of this class translates SAX events into org.jboss.xml.binding.GenericObjectModelFactory calls
such as newChild, addChild and setValue.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
SchemalessObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext navigator,
String namespaceURI,
String localName) |
void |
MappingObjectModelFactory.addChild(Object parent,
Object child,
UnmarshallingContext ctx,
String namespaceURI,
String localName) |
Object |
DelegatingObjectModelFactory.completeRoot(Object root,
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 |
MappingObjectModelFactory.completeRoot(Object root,
UnmarshallingContext navigator,
String namespaceURI,
String localName) |
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.newChild(Object parent,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
Attributes attrs) |
Object |
MappingObjectModelFactory.newChild(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs) |
Object |
DelegatingObjectModelFactory.newRoot(Object root,
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 |
MappingObjectModelFactory.newRoot(Object root,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
Attributes attrs) |
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) |
void |
SchemalessObjectModelFactory.setValue(Object o,
UnmarshallingContext navigator,
String namespaceURI,
String localName,
String value) |
void |
MappingObjectModelFactory.setValue(Object o,
UnmarshallingContext ctx,
String namespaceURI,
String localName,
String value) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.