Uses of Class
nan.exception.XMLParseException

Packages that use XMLParseException
nan.model   
nan.tools   
 

Uses of XMLParseException in nan.model
 

Methods in nan.model that throw XMLParseException
static ServerSettings XMLFactory.getServerSettings(org.dom4j.Document document)
          Recreates a ServerSettings object from an XML Document.
static UserSettings XMLFactory.getUserSettings(org.dom4j.Document document)
          Recreates a UserSettings object from an XML Document.
static Newsgroup XMLFactory.getNewsgroup(org.dom4j.Document document)
          Recreates a Newsgroup from an XML Document.
static NewsgroupList XMLFactory.getNewsgroupList(org.dom4j.Document document)
          Recreates a NewsgroupList from an XML Document.
static MessageHeader XMLFactory.getMessageHeader(org.dom4j.Document document)
          Recreates a MessageHeader from an XML Document.
static Message XMLFactory.getMessage(org.dom4j.Document document)
          Reconstructs a Message from an XML Document.
static License XMLFactory.getLicense(org.dom4j.Document document)
          Reconstructs a License from an XML Document.
static Attachment XMLFactory.getAttachment(org.dom4j.Document document)
          Reconstructs an Attachment from an XML Document.
 

Uses of XMLParseException in nan.tools
 

Methods in nan.tools that throw XMLParseException
static org.dom4j.Document XMLSerializer.readDocument(java.io.File file)
          Reads an XML Document from a file.