QualifiedName Class
Contents
[
Hide
]QualifiedName class
Represents an HTML qualified name.
public class QualifiedName : IEquatable<QualifiedName>
Properties
| Name | Description |
|---|---|
| getLocalName Gets a String representation of the local part of the QualifiedName. | |
| getName Gets a String representation qualified name. | |
| getNamespaceURI Gets a String representation of the package of the QualifiedName. | |
| getPrefix Gets a String representation of the prefix of the QualifiedName. |
Methods
| Name | Description |
|---|---|
| equals(object) | Determines whether the specified object is equal to the current object. |
| equals(QualifiedName) | Determines whether the specified QualifiedName is equal to the current object. |
| getHashCode() | Provides a hash value for the current object. |
| toString() | Returns a String that represents the current object. |
See Also
- package com.aspose.html.dom
- package Aspose.HTML