Uses of Class
org.xiruss.util.AddressingException

Packages that use AddressingException
org.xiruss.util Utility classes that are used by all parts of the code. 
 

Uses of AddressingException in org.xiruss.util
 

Methods in org.xiruss.util that throw AddressingException
static java.io.File AddressingUtil.getHrefTargetDocument(org.w3c.dom.Element elem, java.io.File baseFile)
          Resolves the href= attribute of an XInclude element to it's target file.
static java.io.File AddressingUtil.getReferenceTargetFile(org.w3c.dom.Element elem, java.io.File baseFile)
           
static Resource AddressingUtil.getReferenceTargetResource(org.w3c.dom.Element elem, Resource baseResource)
          Given an element with an pointer attribute, resolves it to a resource inside the repository.