Modifier and Type | Method and Description |
---|---|
XMLAttributes |
XMLAttributes.cloneObject()
Creates and returns a deep copy of this
XMLAttributes object. |
XMLAttributes |
XMLToken.getAttributes()
Returns the attributes of the XML element represented by this token.
|
XMLAttributes |
ASTNode.getDefinitionURL()
Returns the MathML
definitionURL attribute value. |
XMLAttributes |
CVTerm.getResources()
Returns the resource references for this
CVTerm object. |
Modifier and Type | Method and Description |
---|---|
int |
XMLToken.setAttributes(XMLAttributes attributes)
Sets the attributes on the XML element represented by this token.
|
int |
ASTNode.setDefinitionURL(XMLAttributes url)
Sets the MathML attribute
definitionURL. |
Constructor and Description |
---|
XMLAttributes(XMLAttributes orig)
Copy constructor; creates a copy of this
XMLAttributes object. |
XMLNode(XMLTriple triple,
XMLAttributes attributes)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
long line)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
long line,
long column)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes)
Creates an XML start element with attributes.
|
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line)
Creates an XML start element with attributes.
|
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line,
long column)
Creates an XML start element with attributes.
|
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates an XML start element with attributes and namespace declarations.
|
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates an XML start element with attributes and namespace declarations.
|
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates an XML start element with attributes and namespace declarations.
|