Uses of Class
org.vectomatic.dom.svg.OMElement

Packages that use OMElement
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.utils Utility classes which are part of libgwtsvg public API. 
 

Uses of OMElement in org.vectomatic.dom.svg
 

Subclasses of OMElement in org.vectomatic.dom.svg
 class OMSVGAElement
          The OMSVGAElement interface corresponds to the a element.
 class OMSVGAltGlyphDefElement
          The OMSVGAltGlyphDefElement interface corresponds to the altGlyphDef element.
 class OMSVGAltGlyphElement
          The OMSVGAltGlyphElement interface corresponds to the altGlyph element.
 class OMSVGAltGlyphItemElement
          The OMSVGAltGlyphItemElement interface corresponds to the altGlyphItem element.
 class OMSVGAnimateColorElement
          The OMSVGAnimateColorElement interface corresponds to the animateColor element.
 class OMSVGAnimateElement
          The OMSVGAnimateElement interface corresponds to the animate element.
 class OMSVGAnimateMotionElement
          The OMSVGAnimateMotionElement interface corresponds to the animateMotion element.
 class OMSVGAnimateTransformElement
          The OMSVGAnimateTransformElement interface corresponds to the animateTransform element.
 class OMSVGAnimationElement
          The OMSVGAnimationElement interface is the base interface for all of the animation element interfaces: OMSVGAnimateElement, OMSVGSetElement, OMSVGAnimateColorElement, OMSVGAnimateMotionElement and OMSVGAnimateTransformElement.
 class OMSVGCircleElement
          The OMSVGCircleElement interface corresponds to the circle element.
 class OMSVGClipPathElement
          The OMSVGClipPathElement interface corresponds to the clipPath element.
 class OMSVGColorProfileElement
          The OMSVGColorProfileElement interface corresponds to the color-profile element.
 class OMSVGComponentTransferFunctionElement
          This interface defines a base interface used by the component transfer function interfaces.
 class OMSVGCursorElement
          The OMSVGCursorElement interface corresponds to the cursor element.
 class OMSVGDefsElement
          The OMSVGDefsElement interface corresponds to the defs element.
 class OMSVGDescElement
          The OMSVGDescElement interface corresponds to the desc element.
 class OMSVGElement
          All of the SVG DOM interfaces that correspond directly to elements in the SVG language (such as the OMSVGPathElement interface for the path element) derive from the OMSVGElement interface.
 class OMSVGEllipseElement
          The OMSVGEllipseElement interface corresponds to the ellipse element.
 class OMSVGFEBlendElement
          The OMSVGFEBlendElement interface corresponds to the feBlend element.
 class OMSVGFEColorMatrixElement
          The OMSVGFEColorMatrixElement interface corresponds to the feColorMatrix element.
 class OMSVGFEComponentTransferElement
          The OMSVGFEComponentTransferElement interface corresponds to the feComponentTransfer element.
 class OMSVGFECompositeElement
          The OMSVGFECompositeElement interface corresponds to the feComposite element.
 class OMSVGFEConvolveMatrixElement
          The OMSVGFEConvolveMatrixElement interface corresponds to the feConvolveMatrix element.
 class OMSVGFEDiffuseLightingElement
          The OMSVGFEDiffuseLightingElement interface corresponds to the feDiffuseLighting element.
 class OMSVGFEDisplacementMapElement
          The OMSVGFEDisplacementMapElement interface corresponds to the feDisplacementMap element.
 class OMSVGFEDistantLightElement
          The OMSVGFEDistantLightElement interface corresponds to the feDistantLight element.
 class OMSVGFEFloodElement
          The OMSVGFEFloodElement interface corresponds to the feFlood element.
 class OMSVGFEFuncAElement
          The OMSVGFEFuncAElement interface corresponds to the feFuncA element.
 class OMSVGFEFuncBElement
          The OMSVGFEFuncBElement interface corresponds to the feFuncB element.
 class OMSVGFEFuncGElement
          The OMSVGFEFuncRElement interface corresponds to the feFuncG element.
 class OMSVGFEFuncRElement
          The OMSVGFEFuncRElement interface corresponds to the feFuncR element.
 class OMSVGFEGaussianBlurElement
          The OMSVGFEGaussianBlurElement interface corresponds to the feGaussianBlur element.
 class OMSVGFEImageElement
          The OMSVGFEImageElement interface corresponds to the feImage element.
 class OMSVGFEMergeElement
          The OMSVGFEMergeElement interface corresponds to the feMerge element.
 class OMSVGFEMergeNodeElement
          The OMSVGFEMergeNodeElement interface corresponds to the feMergeNode element.
 class OMSVGFEMorphologyElement
          The OMSVGFEMorphologyElement interface corresponds to the feMorphology element.
 class OMSVGFEOffsetElement
          The OMSVGFEOffsetElement interface corresponds to the feOffset element.
 class OMSVGFEPointLightElement
          The OMSVGFEPointLightElement interface corresponds to the fePointLight element.
 class OMSVGFESpecularLightingElement
          The OMSVGFESpecularLightingElement interface corresponds to the feSpecularLighting element.
 class OMSVGFESpotLightElement
          The OMSVGFESpotLightElement interface corresponds to the feSpotLight element.
 class OMSVGFETileElement
          The OMSVGFETileElement interface corresponds to the feTile element.
 class OMSVGFETurbulenceElement
          The OMSVGFETurbulenceElement interface corresponds to the feTurbulence element.
 class OMSVGFilterElement
          The OMSVGFilterElement interface corresponds to the filter element.
 class OMSVGFontElement
          The OMSVGFontElement interface corresponds to the font element.
 class OMSVGFontFaceElement
          The OMSVGFontFaceElement interface corresponds to the font-face element.
 class OMSVGFontFaceFormatElement
          The OMSVGFontFaceFormatElement interface corresponds to the font-face-format element.
 class OMSVGFontFaceNameElement
          The OMSVGFontFaceNameElement interface corresponds to the font-face-name element.
 class OMSVGFontFaceSrcElement
          The OMSVGFontFaceSrcElement interface corresponds to the font-face-src element.
 class OMSVGFontFaceUriElement
          The OMSVGFontFaceUriElement interface corresponds to the font-face-uri element.
 class OMSVGForeignObjectElement
          The OMSVGForeignObjectElement interface corresponds to the foreignObject element.
 class OMSVGGElement
          The OMSVGSVGElement interface corresponds to the g element.
 class OMSVGGlyphElement
          The OMSVGGlyphElement interface corresponds to the glyph element.
 class OMSVGGlyphRefElement
          The OMSVGGlyphRefElement interface corresponds to the glyphRef element.
 class OMSVGGradientElement
          The OMSVGGradientElement interface is a base interface used by OMSVGLinearGradientElement and OMSVGRadialGradientElement.
 class OMSVGHKernElement
          The OMSVGHKernElement interface corresponds to the hkern element.
 class OMSVGImageElement
          The OMSVGImageElement interface corresponds to the image element.
 class OMSVGLinearGradientElement
          The OMSVGLinearGradientElement interface corresponds to the linearGradient element.
 class OMSVGLineElement
          The OMSVGLineElement interface corresponds to the line element.
 class OMSVGMarkerElement
          The OMSVGMarkerElement interface corresponds to the marker element.
 class OMSVGMaskElement
          The OMSVGMaskElement interface corresponds to the mask element.
 class OMSVGMetadataElement
          The OMSVGMetadataElement interface corresponds to the metadata element.
 class OMSVGMissingGlyphElement
          The OMSVGMissingGlyphElement interface corresponds to the missing-glyph element.
 class OMSVGMPathElement
          The OMSVGMPathElement interface corresponds to the mpath element.
 class OMSVGPathElement
          The OMSVGPathElement interface corresponds to the path element.
 class OMSVGPatternElement
          The OMSVGPatternElement interface corresponds to the pattern element.
 class OMSVGPolygonElement
          The OMSVGPolygonElement interface corresponds to the polygon element.
 class OMSVGPolylineElement
          The OMSVGPolylineElement interface corresponds to the polyline element.
 class OMSVGRadialGradientElement
          The OMSVGRadialGradientElement interface corresponds to the radialGradient element.
 class OMSVGRectElement
          The OMSVGRectElement interface corresponds to the rect element.
 class OMSVGScriptElement
          The OMSVGScriptElement interface corresponds to the script element.
 class OMSVGSetElement
          The OMSVGSetElement interface corresponds to the set element.
 class OMSVGStopElement
          The OMSVGStopElement interface corresponds to the stop element.
 class OMSVGStyleElement
          The OMSVGStyleElement interface corresponds to the style element.
 class OMSVGSVGElement
          A key interface definition is the OMSVGSVGElement interface, which is the interface that corresponds to the svg element.
 class OMSVGSwitchElement
          The OMSVGSwitchElement interface corresponds to the switch element.
 class OMSVGSymbolElement
          The OMSVGSymbolElement interface corresponds to the symbol element.
 class OMSVGTextContentElement
          The OMSVGTextContentElement is inherited by various text-related interfaces, such as OMSVGTextElement, OMSVGTSpanElement, OMSVGTRefElement, OMSVGAltGlyphElement and OMSVGTextPathElement.
 class OMSVGTextElement
          The OMSVGTextElement interface corresponds to the text element.
 class OMSVGTextPathElement
          The OMSVGTextPathElement interface corresponds to the textPath element.
 class OMSVGTextPositioningElement
          The OMSVGTextPositioningElement interface is inherited by text-related interfaces: OMSVGTextElement, OMSVGTSpanElement, OMSVGTRefElement and OMSVGAltGlyphElement.
 class OMSVGTitleElement
          The OMSVGTitleElement interface corresponds to the title element.
 class OMSVGTRefElement
          The OMSVGTRefElement interface corresponds to the tref element.
 class OMSVGTSpanElement
          The OMSVGTSpanElement interface corresponds to the tspan element.
 class OMSVGUseElement
          The OMSVGUseElement interface corresponds to the use element.
 class OMSVGViewElement
          The OMSVGAElement interface corresponds to the view element.
 class OMSVGVKernElement
          The OMSVGVKernElement interface corresponds to the vkern element.
 

Methods in org.vectomatic.dom.svg with type parameters of type OMElement
<T extends OMElement>
T
OMDocument.getElementById(String elementId)
          Returns the OMElement that has an ID attribute with the given value.
<T extends OMElement>
OMNodeList<T>
OMElement.getElementsByTagName(String name)
          Returns a OMNodeList of all descendant OMElements with a given tag name, in document order.
<T extends OMElement>
OMNodeList<T>
OMDocument.getElementsByTagName(String tagname)
          Returns a OMNodeList of all the OMElements in document order with a given tag name and are contained in the document.
<T extends OMElement>
OMNodeList<T>
OMElement.getElementsByTagNameNS(String namespaceURI, String localName)
          Returns a OMNodeList of all the descendant OMElements with a given local name and namespace URI in document order.
<T extends OMElement>
OMNodeList<T>
OMDocument.getElementsByTagNameNS(String namespaceURI, String localName)
          Returns a OMNodeList of all the OMElements with a given local name and namespace URI in document order.
 

Methods in org.vectomatic.dom.svg that return OMElement
 OMElement OMDocument.createElementNS(String namespaceURI, String qualifiedName)
          Creates an OMElement of the given qualified name and namespace URI.
 OMElement OMDocument.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the document element of the document.
 OMElement OMSVGSVGElement.getElementById(String elementId)
          Searches this SVG document fragment (i.e., the search is restricted to a subset of the document tree) for an Element whose id is given by elementId.
 

Uses of OMElement in org.vectomatic.dom.svg.utils
 

Methods in org.vectomatic.dom.svg.utils with parameters of type OMElement
static
<T extends OMNode>
Iterator<T>
DOMHelper.evaluateXPath(OMElement root, String expr, XPathPrefixResolver resolver)
          Evaluates the specified XPath expression and returns a iterator for the selected OMNode node list.
 



Copyright © 2012. All Rights Reserved.