Generated by
JDiff

Class org.sbml.jsbml.xml.XMLNode

Removed Methods
XMLNode removeChild(long) Removes the nth child of this XMLNode and returns the removed node.
 

Added Methods
XMLNode getChildElement(String, String) Gets the first direct child element of this XMLNode with the given local name and namespace.
List<XMLNode> getChildElements(String, String) Gets all the direct children of this XMLNode with the given local name and namespace.
boolean removeChild(XMLNode) Removes the first occurrence of the specified element from this list.
XMLNode removeChild(int) Removes the {@code n}th child of this XMLNode and returns the removed node.
 

Changed Methods
String convertXMLNodeToString(XMLNode) Change in exceptions thrown from no exceptions to javax.xml.stream.XMLStreamException.
Returns a string representation of a given XMLNode.
XMLNode getChild(int) Change from deprecated to undeprecated.
Returns the child XMLNode at index childIndex.
int getNumChildren() Method was locally defined, but is now inherited from AbstractTreeNode. Change from deprecated to undeprecated.
Returns the number of child elements of this TreeNode.
String toString() Method was inherited from XMLToken, but is now defined locally.  
String toXMLString() Change in exceptions thrown from no exceptions to javax.xml.stream.XMLStreamException.
Returns a string representation of this XMLNode.
XMLNode convertStringToXMLNode(String) Change in exceptions thrown from no exceptions to javax.xml.stream.XMLStreamException.
Returns an XMLNode which is derived from a String containing XML content.