Uses of Class
org.xiruss.util.DomException

Packages that use DomException
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.client.importers Provides classes that support importing data objects into the repository. 
org.xiruss.repository.client.importers.xml Provides classes for supporting the import of generic XML documents as well as XSD schemas and XSLT style sheets. 
org.xiruss.repository.server.storagemanagement.specializations Defines specializations of StorageObject that understand the details of specific kinds of data. 
org.xiruss.util Utility classes that are used by all parts of the code. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of DomException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw DomException
 org.w3c.dom.Document XmlStorageObject.getDom()
          Gets a DOM for the XML contents of the storage object.
 

Uses of DomException in org.xiruss.repository.client.importers
 

Methods in org.xiruss.repository.client.importers that throw DomException
 void ImporterBase.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 void Importer.createBosOnSnapshot(BoundedObjectSet bos, Branch branch, MutableSnapshot snapshot)
          Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
 

Uses of DomException in org.xiruss.repository.client.importers.xml
 

Methods in org.xiruss.repository.client.importers.xml that throw DomException
 org.w3c.dom.Document XmlBosMember.getDom()
           
 

Uses of DomException in org.xiruss.repository.server.storagemanagement.specializations
 

Methods in org.xiruss.repository.server.storagemanagement.specializations that throw DomException
 org.w3c.dom.Document XmlStorageObjectBase.getDom()
           
 

Uses of DomException in org.xiruss.util
 

Methods in org.xiruss.util that throw DomException
static org.w3c.dom.Document DomUtil.getDomForByteArray(byte[] byteArray)
          Constructs a DOM from a byte array containing the bytes of an XML document.
static org.w3c.dom.Document DomUtil.getDomForDocument(java.io.File xmlFile)
          Constructs a DOM from the specified XML document file.
static org.w3c.dom.Document DomUtil.getDomForStorageObject(StorageObject so)
           
static org.w3c.dom.Document DomUtil.getDomForStream(java.io.InputStream stream)
          Constructs a DOM from the specified XML document file.
static org.w3c.dom.Document DomUtil.getDomForString(java.lang.String docString)
          Constructs a DOM from the specified XML document file.
 

Uses of DomException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw DomException
 org.w3c.dom.Document XmlStorageObjectProxy.getDom()