JSBML
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

X

x - Static variable in class org.sbml.jsbml.ext.layout.LayoutConstants
 
x - Static variable in class org.sbml.jsbml.ext.render.RenderConstants
 
x() - Method in class org.sbml.jsbml.ext.layout.Point
Gets the x coordinate.
x1 - Static variable in class org.sbml.jsbml.ext.render.RenderConstants
 
x2 - Static variable in class org.sbml.jsbml.ext.render.RenderConstants
 
XML - org.sbml.jsbml.SBMLException.Category
These are errors in the XML syntax that cause the underlying XML parsers to fail like a missing " or tag.
XML - org.sbml.jsbml.SBMLException.Type
 
XML - Static variable in class org.sbml.jsbml.util.XMLResourceBundleControl
The extension for XML files.
XML_DECLARED_ENCODING - Static variable in class org.sbml.jsbml.validator.offline.constraints.SBMLDocumentConstraints
 
XMLAttributes - Class in org.sbml.jsbml.xml
Representation of the attributes on an XML node.
XMLAttributes() - Constructor for class org.sbml.jsbml.xml.XMLAttributes
Creates a new empty XMLAttributes set.
XMLAttributes(XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLAttributes
Copy constructor; creates a copy of this XMLAttributes set.
XMLException - Exception in org.sbml.jsbml.xml
This kind of Error indicates that an XML file could not be parsed correctly.
XMLException() - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(String) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(String, Throwable) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLException(Throwable) - Constructor for exception org.sbml.jsbml.xml.XMLException
 
XMLLogger - Class in org.sbml.jsbml.xml.stax
TODO: Comment missing
XMLLogger() - Constructor for class org.sbml.jsbml.xml.stax.XMLLogger
 
XMLNamespaces - Class in org.sbml.jsbml.xml
Representation of XML Namespaces.
XMLNamespaces() - Constructor for class org.sbml.jsbml.xml.XMLNamespaces
Creates a new empty list of XML namespace declarations.
XMLNamespaces(XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLNamespaces
Copy constructor; creates a copy of this XMLNamespaces list.
XMLNode - Class in org.sbml.jsbml.xml
Representation of a node in an XML document tree.
XMLNode() - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new empty XMLNode with no children.
XMLNode(String) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(String, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(String, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a text XMLNode.
XMLNode(XMLNode) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a copy of this XMLNode.
XMLNode(XMLToken) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new XMLNode by copying token.
XMLNode(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates an end element XMLNode.
XMLNode(XMLTriple, XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a start element XMLNode with the given set of attributes.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNode(XMLTriple, XMLAttributes, XMLNamespaces, long, long) - Constructor for class org.sbml.jsbml.xml.XMLNode
Creates a new start element XMLNode with the given set of attributes and namespace declarations.
XMLNodeFilter - Class in org.sbml.jsbml.util.filters
Search recursively an XMLNode tree to find any XMLNode with a certain local name and namespace.
XMLNodeFilter(String) - Constructor for class org.sbml.jsbml.util.filters.XMLNodeFilter
 
XMLNodeFilter(String, String) - Constructor for class org.sbml.jsbml.util.filters.XMLNodeFilter
 
XMLNodeReader - Class in org.sbml.jsbml.xml.parsers
A XMLNodeReader can be used to store any XML into an XMLNode.
XMLNodeReader() - Constructor for class org.sbml.jsbml.xml.parsers.XMLNodeReader
 
XMLNodeWriter - Class in org.sbml.jsbml.xml.parsers
 
XMLNodeWriter(XMLStreamWriter, int, int, char) - Constructor for class org.sbml.jsbml.xml.parsers.XMLNodeWriter
 
XMLResourceBundleControl - Class in org.sbml.jsbml.util
This class provides the necessary functionality to load a ResourceBundle from an XML formatted file (for the specification of the document see Properties).
XMLResourceBundleControl() - Constructor for class org.sbml.jsbml.util.XMLResourceBundleControl
 
XMLToken - Class in org.sbml.jsbml.xml
Representation of a token in an XML stream.
XMLToken() - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a new empty XMLToken.
XMLToken(String) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(String, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(String, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a text XMLToken.
XMLToken(XMLToken) - Constructor for class org.sbml.jsbml.xml.XMLToken
Copy constructor; creates a copy of this XMLToken.
XMLToken(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates an end element XMLToken.
XMLToken(XMLTriple, XMLAttributes) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
XMLToken(XMLTriple, XMLAttributes, XMLNamespaces, long, long) - Constructor for class org.sbml.jsbml.xml.XMLToken
Creates a start element XMLToken with the given set of attributes and namespace declarations.
XMLTools - Class in org.sbml.jsbml.ext.render
Utility class to help write the XML
XMLTools() - Constructor for class org.sbml.jsbml.ext.render.XMLTools
 
xmlTriple - Static variable in class org.sbml.jsbml.util.TreeNodeChangeEvent
 
XMLTriple - Class in org.sbml.jsbml.xml
Representation of a qualified XML name.
XMLTriple() - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new, empty XMLTriple.
XMLTriple(String) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple by splitting the given triplet separated by space.
XMLTriple(String, char) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple by splitting the given triplet on the separator character sepchar.
XMLTriple(String, String, String) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a new XMLTriple with the given name, uri and and prefix.
XMLTriple(XMLTriple) - Constructor for class org.sbml.jsbml.xml.XMLTriple
Creates a copy of this XMLTriple set.
xor - Static variable in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
xor - Static variable in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.ext.arrays.compiler.ArraysCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.ext.arrays.compiler.StaticallyComputableCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.ext.arrays.compiler.VectorCompiler
 
xor(List<ASTNode>) - Method in interface org.sbml.jsbml.util.compilers.ASTNodeCompiler
Exclusive or.
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FindUnitsCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.FormulaCompilerLibSBML
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LaTeXCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.LibSBMLFormulaCompiler
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.MathMLCompiler
Deprecated.
 
xor(List<ASTNode>) - Method in class org.sbml.jsbml.util.compilers.UnitsCompiler
 
xor(List<ASTNode2>) - Method in interface org.sbml.jsbml.math.compiler.ASTNode2Compiler
Exclusive or.
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FindUnitsCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.FormulaCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LaTeXCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.LibSBMLFormulaCompiler
 
xor(List<ASTNode2>) - Method in class org.sbml.jsbml.math.compiler.UnitsCompiler
 
xor(ASTNode2...) - Static method in class org.sbml.jsbml.math.ASTFactory
Creates an ASTLogicalOperatorNode of type ASTNode.Type.LOGICAL_XOR and adds the given nodes as children.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.math.parser.FormulaParserLL3Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.CobraFormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserConstants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3ASTNode2Constants
RegularExpression Id.
XOR - Static variable in interface org.sbml.jsbml.text.parser.FormulaParserLL3Constants
RegularExpression Id.
xsiNamespace - Static variable in class org.sbml.jsbml.ext.layout.LayoutConstants
 
xsiShortLabel - Static variable in class org.sbml.jsbml.ext.layout.LayoutConstants
 
xsiShortLabel - Static variable in class org.sbml.jsbml.ext.render.RenderConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
Generated at January 5 2022
Version 1.6.1-SNAPSHOT Revision ed2d2b5c6574a3d1769c1e26e09e14e700d571fa