Uses of Interface
org.jboss.xb.binding.UnmarshallingContext

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
 Object DelegatingObjectModelFactory.newRoot(Object root, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 Object DelegatingObjectModelFactory.newChild(Object parent, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 void DelegatingObjectModelFactory.addChild(Object parent, Object child, UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void DelegatingObjectModelFactory.setValue(Object o, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
           
 Object DelegatingObjectModelFactory.completeRoot(Object root, UnmarshallingContext navigator, String namespaceURI, String localName)
           
 Object MetadataDrivenObjectModelFactory.newChild(Object parent, UnmarshallingContext ctx, String namespaceURI, String localName, Attributes attrs)
           
 void MetadataDrivenObjectModelFactory.addChild(Object parent, Object child, UnmarshallingContext ctx, String namespaceURI, String localName)
           
 void MetadataDrivenObjectModelFactory.setValue(Object o, UnmarshallingContext ctx, String namespaceURI, String localName, String value)
           
 Object MetadataDrivenObjectModelFactory.newRoot(Object root, UnmarshallingContext ctx, String namespaceURI, String localName, Attributes attrs)
           
 Object MetadataDrivenObjectModelFactory.completeRoot(Object root, UnmarshallingContext ctx, String namespaceURI, String localName)
           
 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 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 SchemalessObjectModelFactory.newChild(Object parent, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 void SchemalessObjectModelFactory.addChild(Object parent, Object child, UnmarshallingContext navigator, String namespaceURI, String localName)
           
 void SchemalessObjectModelFactory.setValue(Object o, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
           
 Object SchemalessObjectModelFactory.newRoot(Object root, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
           
 Object SchemalessObjectModelFactory.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.
 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 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.
 Object MappingObjectModelFactory.newRoot(Object root, UnmarshallingContext ctx, String namespaceURI, String localName, Attributes attrs)
           
 Object MappingObjectModelFactory.newChild(Object o, UnmarshallingContext ctx, String namespaceURI, String localName, Attributes attrs)
           
 void MappingObjectModelFactory.addChild(Object parent, Object child, UnmarshallingContext ctx, String namespaceURI, String localName)
           
 void MappingObjectModelFactory.setValue(Object o, UnmarshallingContext ctx, String namespaceURI, String localName, String value)
           
 Object MappingObjectModelFactory.completeRoot(Object root, UnmarshallingContext navigator, String namespaceURI, String localName)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.