Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.dom | |
com.aspose.html.dom.svg | |
com.aspose.html.dom.svg.filters | |
com.aspose.html.window |
Modifier and Type | Class and Description |
---|---|
class |
Attr
The Attr interface represents an attribute in an Element object.
|
class |
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
|
class |
com.aspose.html.dom.CharacterDataDOM
The CharacterData extends Node with a set of attributes and methods for accessing character data in the DOM.
|
class |
Comment
Inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting '
|
class |
Document
The Document represents the entire HTML or XML document.
|
class |
DocumentFragment
DocumentFragment is a "lightweight" or "minimal" Document object.
|
class |
DocumentType
The DocumentType provides an interface to the list of entities that are defined for the document
|
class |
Element
The Element interface represents an element in an HTML or XML document.
|
class |
Entity
Represents a known entity, either parsed or unparsed, in an XML document.
|
class |
EntityReference
EntityReference nodes may be used to represent an entity reference in the tree.
|
class |
EventTarget
The
EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model. |
class |
Node
The Node interface is the primary datatype for the entire Document object Model.
|
class |
Notation
Represents a notation declared in the DTD.
|
class |
ProcessingInstruction
The ProcessingInstruction represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
|
class |
ShadowRoot
ShadowRoot is a root node of shadow tree.
|
class |
Text
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGAElement
The SVGAElement interface corresponds to the ‘a’ element.
|
class |
SVGAnimateElement
The SVGAnimateElement interface corresponds to the ‘animate’ element.
|
class |
SVGAnimateMotionElement
The SVGAnimateMotionElement interface corresponds to the ‘animateMotion’ element.
|
class |
SVGAnimateTransformElement
The SVGAnimateTransformElement interface corresponds to the ‘animateTransform’ element.
|
class |
SVGAnimationElement
The SVGAnimationElement interface is the base interface for all of the animation element interfaces: SVGAnimateElement, SVGSetElement, SVGAnimateColorElement, SVGAnimateMotionElement and SVGAnimateTransformElement.
|
class |
SVGCircleElement
The SVGCircleElement interface corresponds to the ‘circle’ element.
|
class |
SVGClipPathElement
The SVGClipPathElement interface corresponds to the ‘clipPath’ element.
|
class |
SVGComponentTransferFunctionElement
This interface defines a base interface used by the component transfer function interfaces.
|
class |
SVGCursorElement
The SVGCursorElement interface corresponds to the ‘cursor’ element.
|
class |
SVGDefsElement
The SVGDefsElement interface corresponds to the ‘defs’ element.
|
class |
SVGDescElement
The SVGDescElement interface corresponds to the ‘desc’ element.
|
class |
SVGDocument
When an ‘svg’ element is embedded inline as a component of a document from another namespace, such as when an ‘svg’ element is embedded inline within an XHTML document [XHTML], then an SVGDocument object will not exist; instead, the root object in the document object hierarchy will be a Document object of a different type, such as an HTMLDocument object.
|
class |
SVGElement
All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the SVGPathElement interface for the ‘path’ element) derive from the SVGElement interface.
|
class |
SVGElementInstance
The root object of each use-element shadow tree implements the SVGUseElementShadowRoot interface.
|
class |
SVGEllipseElement
The SVGEllipseElement interface corresponds to the ‘ellipse’ element.
|
class |
SVGFilterElement
The SVGFilterElement interface corresponds to the ‘filter’ element.
|
class |
SVGForeignObjectElement
The SVGForeignObjectElement interface corresponds to the ‘foreignObject’ element.
|
class |
SVGGElement
The SVGGElement interface corresponds to the ‘g’ element.
|
class |
SVGGeometryElement
Interface SVGGeometryElement represents SVG elements whose rendering is defined by geometry with an equivalent path, and which can be filled and stroked.
|
class |
SVGGradientElement
The SVGGradientElement interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
|
class |
SVGGraphicsElement
The SVGGraphicsElement interface represents SVG elements whose primary purpose is to directly render graphics into a group.
|
class |
SVGImageElement
The SVGImageElement interface corresponds to the ‘image’ element.
|
class |
SVGLinearGradientElement
The SVGLinearGradientElement interface corresponds to the ‘linearGradient’ element.
|
class |
SVGLineElement
The SVGLineElement interface corresponds to the ‘line’ element.
|
class |
SVGMarkerElement
The SVGMarkerElement interface corresponds to the ‘marker’ element.
|
class |
SVGMaskElement
The SVGMaskElement interface corresponds to the ‘mask’ element.
|
class |
SVGMetadataElement
The SVGMetadataElement interface corresponds to the ‘metadata’ element.
|
class |
SVGMPathElement
The SVGMPathElement interface corresponds to the ‘mpath’ element.
|
class |
SVGPathElement
The SVGPathElement interface corresponds to the ‘path’ element.
|
class |
SVGPatternElement
The SVGPatternElement interface corresponds to the ‘pattern’ element.
|
class |
SVGPolygonElement
The SVGPolygonElement interface corresponds to the ‘polygon’ element.
|
class |
SVGPolylineElement
The SVGPolylineElement interface corresponds to the ‘polyline’ element.
|
class |
SVGRadialGradientElement
The SVGRadialGradientElement interface corresponds to the ‘radialGradient’ element.
|
class |
SVGRectElement
The SVGRectElement interface corresponds to the ‘rect’ element.
|
class |
SVGScriptElement
The SVGScriptElement interface corresponds to the ‘script’ element.
|
class |
SVGSetElement
The SVGSetElement interface corresponds to the ‘set’ element.
|
class |
SVGStopElement
The SVGStopElement interface corresponds to the ‘stop’ element.
|
class |
SVGStyleElement
The SVGStyleElement interface corresponds to the ‘style’ element.
|
class |
SVGSVGElement
A key interface definition is the SVGSVGElement interface, which is the interface that corresponds to the ‘svg’ element.
|
class |
SVGSwitchElement
The SVGSwitchElement interface corresponds to the ‘switch’ element.
|
class |
SVGSymbolElement
The SVGSymbolElement interface corresponds to the ‘symbol’ element.
|
class |
SVGTextContentElement
The SVGTextContentElement is inherited by various text-related interfaces, such as SVGTextElement, SVGTSpanElement, SVGTRefElement, SVGAltGlyphElement and SVGTextPathElement.
|
class |
SVGTextElement
The SVGTextElement interface corresponds to the ‘text’ element.
|
class |
SVGTextPathElement
The SVGTextPathElement interface corresponds to the ‘textPath’ element.
|
class |
SVGTextPositioningElement
The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
|
class |
SVGTitleElement
The SVGTitleElement interface corresponds to the ‘title’ element.
|
class |
SVGTSpanElement
The SVGTSpanElement interface corresponds to the ‘tspan’ element.
|
class |
SVGUseElement
The SVGUseElement interface corresponds to the ‘use’ element.
|
class |
SVGViewElement
The SVGViewElement interface corresponds to the ‘view’ element.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGFEBlendElement
The SVGFEBlendElement interface corresponds to the ‘feBlend’ element.
|
class |
SVGFEColorMatrixElement
The SVGFEColorMatrixElement interface corresponds to the ‘feColorMatrix’ element.
|
class |
SVGFEComponentTransferElement
The SVGFEComponentTransferElement interface corresponds to the ‘feComponentTransfer’ element.
|
class |
SVGFECompositeElement
The SVGFECompositeElement interface corresponds to the ‘feComposite’ element.
|
class |
SVGFEConvolveMatrixElement
The SVGFEConvolveMatrixElement interface corresponds to the ‘feConvolveMatrix’ element.
|
class |
SVGFEDiffuseLightingElement
The SVGFEDiffuseLightingElement interface corresponds to the ‘feDiffuseLighting’ element.
|
class |
SVGFEDisplacementMapElement
The SVGFEDisplacementMapElement interface corresponds to the ‘feDisplacementMap’ element.
|
class |
SVGFEDistantLightElement
The SVGFEDistantLightElement interface corresponds to the ‘feDistantLight’ element.
|
class |
SVGFEDropShadowElement
The SVGFEDropShadowElement interface corresponds to the ‘feDropShadow’ element.
|
class |
SVGFEFloodElement
The SVGFEFloodElement interface corresponds to the ‘feFlood’ element.
|
class |
SVGFEFuncAElement
The SVGFEFuncAElement interface corresponds to the ‘feFuncA’ element.
|
class |
SVGFEFuncBElement
The SVGFEFuncBElement interface corresponds to the ‘feFuncB’ element.
|
class |
SVGFEFuncGElement
The SVGFEFuncRElement interface corresponds to the ‘feFuncG’ element.
|
class |
SVGFEFuncRElement
The SVGFEFuncRElement interface corresponds to the ‘feFuncR’ element.
|
class |
SVGFEGaussianBlurElement
The SVGFEGaussianBlurElement interface corresponds to the ’feGaussianBlur’ element.
|
class |
SVGFEImageElement
The SVGFEImageElement interface corresponds to the ‘feImage’ element.
|
class |
SVGFEMergeElement
The SVGFEMergeElement interface corresponds to the ‘feMerge’ element.
|
class |
SVGFEMergeNodeElement
The SVGFEMergeNodeElement interface corresponds to the ‘feMergeNode’ element.
|
class |
SVGFEMorphologyElement
The SVGFEMorphologyElement interface corresponds to the ‘feMorphology’ element.
|
class |
SVGFEOffsetElement
The SVGFEOffsetElement interface corresponds to the ‘feOffset’ element.
|
class |
SVGFEPointLightElement
The SVGFEPointLightElement interface corresponds to the ‘fePointLight’ element.
|
class |
SVGFESpecularLightingElement
The SVGFESpecularLightingElement interface corresponds to the ‘feSpecularLighting’ element.
|
class |
SVGFESpotLightElement
The SVGFESpotLightElement interface corresponds to the ‘feSpotLight’ element.
|
class |
SVGFETileElement
The SVGFETileElement interface corresponds to the ‘feTile’ element.
|
class |
SVGFETurbulenceElement
The SVGFETurbulenceElement interface corresponds to the ‘feTurbulence’ element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWindow
The window object represents a window containing a DOM document.
|