JBoss XML Binding 2.0.3.GA-redhat-2

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 Unmarshaller.setEntityResolver(EntityResolver entityResolver)
           
 void UnmarshallerImpl.setEntityResolver(EntityResolver entityResolver)
           
 void UnmarshallerImpl.setFeature(String feature, boolean value)
           
 void Unmarshaller.setNamespaceAware(boolean namespaces)
           
 void UnmarshallerImpl.setNamespaceAware(boolean namespaces)
           
 void Unmarshaller.setSchemaValidation(boolean validation)
           
 void UnmarshallerImpl.setSchemaValidation(boolean validation)
           
 void Unmarshaller.setValidation(boolean validation)
           
 void UnmarshallerImpl.setValidation(boolean validation)
           
 Object Unmarshaller.unmarshal(InputSource source, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(InputSource is, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(InputSource source, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(InputSource source, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(InputSource source, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.unmarshal(InputSource source, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(InputStream is, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(InputStream xmlStream, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(InputStream xmlStream, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.unmarshal(InputStream xmlStream, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(Reader reader, ObjectModelFactory factory, DocumentBinding binding)
           
 Object UnmarshallerImpl.unmarshal(Reader reader, ObjectModelFactory factory, DocumentBinding binding)
           
 Object Unmarshaller.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(Reader reader, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(Reader xmlReader, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(Reader xmlReader, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.unmarshal(Reader xmlReader, SchemaBindingResolver schemaResolver)
           
 Object Unmarshaller.unmarshal(String xmlFile)
           
 Object UnmarshallerImpl.unmarshal(String xmlFile)
           
 Object Unmarshaller.unmarshal(String xmlFile, JBossXBParser.ContentHandler handler)
           
 Object UnmarshallerImpl.unmarshal(String xmlFile, JBossXBParser.ContentHandler handler)
           
 Object Unmarshaller.unmarshal(String systemId, ObjectModelFactory factory, DocumentBinding binding)
           
 Object UnmarshallerImpl.unmarshal(String systemId, ObjectModelFactory factory, DocumentBinding binding)
           
 Object Unmarshaller.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 Object UnmarshallerImpl.unmarshal(String systemId, ObjectModelFactory factory, Object root)
           
 Object Unmarshaller.unmarshal(String xml, SchemaBinding schemaBinding)
           
 Object UnmarshallerImpl.unmarshal(String xml, SchemaBinding schemaBinding)
           
 Object Unmarshaller.unmarshal(String xml, SchemaBindingResolver schemaResolver)
           
 Object UnmarshallerImpl.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(InputSource source, JBossXBParser.ContentHandler handler)
           
 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(InputSource source, JBossXBParser.ContentHandler handler)
           
 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()
           
 


JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.