Uses of Class
org.almendra.commons.util.xml.XMLParseException

Packages that use XMLParseException
org.almendra.commons.util.xml   
org.almendra.janet.ade.distributor   
org.almendra.janet.ade.executor   
org.almendra.janet.ade.observer   
org.almendra.janet.cas.node   
 

Uses of XMLParseException in org.almendra.commons.util.xml
 

Methods in org.almendra.commons.util.xml that throw XMLParseException
static org.jdom.Element JDOMUtility.getChild(org.jdom.Element element, java.lang.String tagName)
          Answer the child element of an JDOM element with a given tag name.
static org.jdom.Element JDOMUtility.getChild(org.jdom.Element element, java.lang.String tagName, boolean mustBeNonNull)
          Answer the child element of an JDOM element with a given tag name.
static java.util.List JDOMUtility.getChildren(org.jdom.Element element, java.lang.String tagName)
          Answer all children of an JDOM element with a given tag name.
static java.util.List JDOMUtility.getChildren(org.jdom.Element element, java.lang.String tagName, boolean mustBeNonEmpty)
          Answer all children of an JDOM element with a given tag name.
static java.lang.String JDOMUtility.getChildText(org.jdom.Element element, java.lang.String tagName)
          Answer the child text of some JDOM element with a given tag name.
static java.lang.String JDOMUtility.getSingleChildContent(org.jdom.Element element, java.lang.String tagName)
          Answer the child text of the single child of some JDOM element.
 

Uses of XMLParseException in org.almendra.janet.ade.distributor
 

Methods in org.almendra.janet.ade.distributor that throw XMLParseException
static Descriptor Descriptor.create(org.jdom.Element root)
           
 

Uses of XMLParseException in org.almendra.janet.ade.executor
 

Methods in org.almendra.janet.ade.executor that throw XMLParseException
static Descriptor Descriptor.create(org.jdom.Element root)
           
protected  void Descriptor.fill(org.jdom.Element root)
           
protected  void Descriptor.fillQueueSizeCategories(org.jdom.Element root)
           
 

Uses of XMLParseException in org.almendra.janet.ade.observer
 

Methods in org.almendra.janet.ade.observer that throw XMLParseException
static Descriptor Descriptor.create(org.jdom.Element root)
           
protected  void Descriptor.fill(org.jdom.Element root)
           
 

Uses of XMLParseException in org.almendra.janet.cas.node
 

Methods in org.almendra.janet.cas.node that throw XMLParseException
 void CapabilityDescriptor.checkHasAgents()
           
protected  void SystemApplicationDescriptor.checkValidity()
           
protected  void NodeDescriptor.checkVersion(org.jdom.Element element)
           
static NodeDescriptor NodeDescriptor.create(org.jdom.Element element)
           
static EventDescriptor EventDescriptor.create(org.jdom.Element element)
           
static ClusterSpaceDescriptor ClusterSpaceDescriptor.create(org.jdom.Element element)
           
static ClusterEventRegistryDescriptor ClusterEventRegistryDescriptor.create(org.jdom.Element element)
           
static AgentDescriptor AgentDescriptor.create(org.jdom.Element node)
           
static CapabilityDescriptor CapabilityDescriptor.create(org.jdom.Element element, boolean mustHaveAgentsDefined)
           
static ApplicationDescriptor ApplicationDescriptor.createAppDesc(org.jdom.Element element)
           
protected  EventDescriptor SystemApplicationDescriptor.createEventDescriptor(org.jdom.Element eventNode)
           
protected  EventDescriptor ApplicationDescriptor.createEventDescriptor(org.jdom.Element eventNode)
           
static EventDescriptor EventDescriptor.createNoAgent(org.jdom.Element element)
           
static SystemApplicationDescriptor SystemApplicationDescriptor.createSysAppDesc(org.jdom.Element element)
           
protected  void NodeDescriptor.fill(org.jdom.Element element)
           
 void LocalLoggerDescriptor.fill(org.jdom.Element element)
           
protected  void ClusterSubobjectDescriptor.fill(org.jdom.Element element)
           
 void ApplicationDescriptor.fill(org.jdom.Element element)
           
protected  void NodeDescriptor.fillArbitration(org.jdom.Element element)
           
protected  void SystemApplicationDescriptor.fillCapabilities(org.jdom.Element element)
           
protected  void ApplicationDescriptor.fillCapabilities(org.jdom.Element element)
           
protected  void ApplicationDescriptor.fillCapabilities(org.jdom.Element element, boolean mustHaveAgentsDefined)
           
protected  void NodeDescriptor.fillClusterEventRegistries(org.jdom.Element element)
           
protected  void NodeDescriptor.fillClusterSpaces(org.jdom.Element element)
           
protected  void LocalLoggerDescriptor.fillMaxSize(org.jdom.Element loggerElement)
           
protected  void NodeDescriptor.fillRegistry(org.jdom.Element element)
           
protected  void ClusterSubobjectDescriptor.fillRegistryLocation(org.jdom.Element element)
           
protected  void NodeStarter.parseNodeDescriptor(java.lang.String nodeDescriptorFilePathName)
           
protected  void NodeDescriptor.readClearTextTabAfterLines(org.jdom.Element element)
           
protected  void NodeDescriptor.readShowGUI(org.jdom.Element element)
           
protected  void ApplicationDescriptor.setExportedEvents(org.jdom.Element element)
           
protected  void ApplicationDescriptor.setName(org.jdom.Element element)
           
protected  void CapabilityDescriptor.throwNoAgentsDefined(java.lang.String name)