Uses of Class
org.jboss.xb.binding.JBossXBException

Packages that use JBossXBException
org.jboss.xb.binding   
org.jboss.xb.binding.parser   
org.jboss.xb.binding.parser.sax   
 

Uses of JBossXBException in org.jboss.xb.binding
 

Methods in org.jboss.xb.binding that throw JBossXBException
 void UnmarshallerImpl.setEntityResolver(EntityResolver entityResolver)
           
 void Unmarshaller.setEntityResolver(EntityResolver entityResolver)
           
 void UnmarshallerImpl.setFeature(String feature, boolean value)
           
 void Unmarshaller.setFeature(String feature, boolean value)
           
 void UnmarshallerImpl.setNamespaceAware(boolean namespaces)
           
 void Unmarshaller.setNamespaceAware(boolean namespaces)
           
 void UnmarshallerImpl.setSchemaValidation(boolean validation)
           
 void Unmarshaller.setSchemaValidation(boolean validation)
           
 void UnmarshallerImpl.setValidation(boolean validation)
           
 void Unmarshaller.setValidation(boolean validation)
           
 Object UnmarshallerImpl.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(InputStream xmlStream, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(InputStream xmlStream, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(Reader xmlReader, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(Reader xmlReader, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.unmarshal(String xmlFile)
           
 Object Unmarshaller.unmarshal(String xmlFile)
           
 Object UnmarshallerImpl.unmarshal(String xmlFile, JBossXBParser.ContentHandler handler)
           
 Object Unmarshaller.unmarshal(String xmlFile, JBossXBParser.ContentHandler handler)
           
 Object UnmarshallerImpl.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(String xml, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(String xml, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(String xml, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(String xml, SchemaBindingResolver schemaResolver)
           
 

Constructors in org.jboss.xb.binding that throw JBossXBException
UnmarshallerImpl()
          The constructor for DTD and XSD client awareness.
 

Uses of JBossXBException in org.jboss.xb.binding.parser
 

Methods in org.jboss.xb.binding.parser that throw JBossXBException
 void JBossXBParser.parse(InputStream is, JBossXBParser.ContentHandler handler)
           
 void JBossXBParser.parse(Reader reader, JBossXBParser.ContentHandler handler)
           
 void JBossXBParser.parse(String source, JBossXBParser.ContentHandler handler)
           
 void JBossXBParser.setEntityResolver(EntityResolver entityResolver)
           
 

Uses of JBossXBException in org.jboss.xb.binding.parser.sax
 

Methods in org.jboss.xb.binding.parser.sax that throw JBossXBException
 void SaxJBossXBParser.parse(InputStream is, JBossXBParser.ContentHandler handler)
           
 void SaxJBossXBParser.parse(Reader reader, JBossXBParser.ContentHandler handler)
           
 void SaxJBossXBParser.parse(String systemId, JBossXBParser.ContentHandler handler)
           
 void SaxJBossXBParser.setEntityResolver(EntityResolver entityResolver)
           
 

Constructors in org.jboss.xb.binding.parser.sax that throw JBossXBException
SaxJBossXBParser()
           
 



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