@DOMObjectAttribute @DOMNameAttribute(name="SVGUseElement") public class SVGUseElement extends SVGGraphicsElement implements ISVGURIReference
The SVGUseElement interface corresponds to the ‘use’ element.
SVGGraphicsElement
,
ISVGURIReference
Node.Flags
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
SVGUseElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGElement |
getAnimatedInstanceRoot()
If the ‘xlink:href’ attribute is being animated, contains the current animated root of the "instance tree".
|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ‘height’ on the given ‘use’ element.
|
SVGAnimatedString |
getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
|
SVGElement |
getInstanceRoot()
The root of the "instance tree".
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ‘width’ on the given ‘use’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ‘x’ on the given ‘use’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute ‘y’ on the given ‘use’ element.
|
getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGUseElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.@DOMNameAttribute(name="x") public SVGAnimatedLength getX()
Corresponds to attribute ‘x’ on the given ‘use’ element.
Value: Corresponds to attribute ‘x’ on the given ‘use’ element.@DOMNameAttribute(name="y") public SVGAnimatedLength getY()
Corresponds to attribute ‘y’ on the given ‘use’ element.
Value: Corresponds to attribute ‘y’ on the given ‘use’ element.@DOMNameAttribute(name="width") public SVGAnimatedLength getWidth()
Corresponds to attribute ‘width’ on the given ‘use’ element.
Value: Corresponds to attribute ‘width’ on the given ‘use’ element.@DOMNameAttribute(name="height") public SVGAnimatedLength getHeight()
Corresponds to attribute ‘height’ on the given ‘use’ element.
Value: Corresponds to attribute ‘height’ on the given ‘use’ element.@DOMNameAttribute(name="instanceRoot") public SVGElement getInstanceRoot()
The root of the "instance tree". See description of SVGElementInstance for a discussion on the instance tree.
Value: The instance root.@DOMNameAttribute(name="animatedInstanceRoot") public SVGElement getAnimatedInstanceRoot()
If the ‘xlink:href’ attribute is being animated, contains the current animated root of the "instance tree". If the ‘xlink:href’ attribute is not currently being animated, contains the same value as instanceRoot. See description of SVGElementInstance for a discussion on the instance tree.
Value: The animated instance root.public SVGAnimatedString getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
Value: The ‘xlink:href’ of the given element.getHref
in interface ISVGURIReference