Uses of Class
org.jboss.mq.xml.XElement

Packages that use XElement
org.jboss.mq.sm.file   
org.jboss.mq.xml   
 

Uses of XElement in org.jboss.mq.sm.file
 

Methods in org.jboss.mq.sm.file that return XElement
protected  XElement DynamicStateManager.findRole(String role)
           
protected  XElement DynamicStateManager.findUser(String user)
           
protected  XElement DynamicStateManager.findUserInRole(XElement role, String user)
           
 

Methods in org.jboss.mq.sm.file with parameters of type XElement
protected  XElement DynamicStateManager.findUserInRole(XElement role, String user)
           
 

Uses of XElement in org.jboss.mq.xml
 

Methods in org.jboss.mq.xml that return XElement
static XElement XElement.createFrom(InputStream is)
          Constructs an empty object.
static XElement XElement.createFrom(URL url)
          Constructs an empty object.
 XElement XElement.getElement(String relativeName)
          Returns the first object contained in this object named relativeName.
 XElement XElement.getParent()
          Get the parent of this object, or the object the contains this one.
 

Methods in org.jboss.mq.xml with parameters of type XElement
 void XElement.addElement(XElement subObject)
          Adds an XElement to the set of XElements that are contained by this object.
 void XElementConsumer.recordReadEvent(XElement o)
          Signals that a record object, an xml element, has been fully read in.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.