Modifier and Type | Method and Description |
---|---|
XMLAttributes |
XMLAttributes.cloneObject()
Creates and returns a deep copy of this
XMLAttributes set. |
XMLAttributes |
XMLToken.getAttributes()
Returns the attributes of this element.
|
XMLAttributes |
ASTNode.getDefinitionURL()
Gets 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 an
XMLAttributes to this XMLToken . |
Constructor and Description |
---|
XMLAttributes(XMLAttributes orig)
Copy constructor; creates a copy of this
XMLAttributes set. |
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 a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line)
Creates a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line,
long column)
Creates a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |