Uses of Class
org.openspml.v2.util.xml.XmlElement

Packages that use XmlElement
org.openspml.v2.util.xml   
 

Uses of XmlElement in org.openspml.v2.util.xml
 

Methods in org.openspml.v2.util.xml that return XmlElement
 XmlElement XmlElement.getChildElement()
          Return the first child element.
 XmlElement XmlElement.getChildElement(java.lang.String localName)
          Return the first child element with the given local name.
 XmlElement XmlElement.getNextElement()
          Get the next right sibling that is an element.
 XmlElement XmlElement.next()
          Assimilate the next right sibling within this element wrapper.
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.