|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDocument | |
---|---|
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.svg | |
org.apache.batik.dom.svg12 | |
org.apache.batik.dom.traversal | Provides an implementation of the DOM level 2 traversal module. |
org.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.svg |
Uses of AbstractDocument in org.apache.batik.dom |
---|
Subclasses of AbstractDocument in org.apache.batik.dom | |
---|---|
class |
AbstractStylableDocument
A Document that supports CSS styling. |
class |
GenericDocument
This class implements the Document ,
DocumentEvent . |
Fields in org.apache.batik.dom declared as AbstractDocument | |
---|---|
protected AbstractDocument |
AbstractNode.ownerDocument
The owner document. |
Methods in org.apache.batik.dom that return AbstractDocument | |
---|---|
protected AbstractDocument |
AbstractNode.getCurrentDocument()
Returns the current document. |
protected AbstractDocument |
AbstractDocument.getCurrentDocument()
Returns the current document. |
Methods in org.apache.batik.dom with parameters of type AbstractDocument | |
---|---|
Element |
ExtensibleDOMImplementation.createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
Implements the behavior of Document.createElementNS() for this DOM implementation. |
protected Node |
AbstractElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractParentNode.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractCharacterData.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractProcessingInstruction.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractNode.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractAttr.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractEntityReference.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractEntity.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
GenericElementNS.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
GenericElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractNotation.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractElementNS.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
GenericProcessingInstruction.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractAttrNS.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractCharacterData.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractProcessingInstruction.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractNode.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractAttr.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractEntityReference.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractEntity.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
GenericElementNS.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
GenericElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractNotation.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractElementNS.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
GenericProcessingInstruction.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractAttrNS.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
Constructors in org.apache.batik.dom with parameters of type AbstractDocument | |
---|---|
AbstractAttr(String name,
AbstractDocument owner)
Creates a new Attr object. |
|
AbstractAttrNS(String nsURI,
String qname,
AbstractDocument owner)
Creates a new Attr object. |
|
AbstractElement(String name,
AbstractDocument owner)
Creates a new AbstractElement object. |
|
AbstractElementNS(String nsURI,
String qname,
AbstractDocument owner)
Creates a new AbstractElementNS object. |
|
AbstractEntityReference(String name,
AbstractDocument owner)
Creates a new EntityReference object. |
|
GenericAttr(String name,
AbstractDocument owner)
Creates a new Attr object. |
|
GenericAttrNS(String nsURI,
String qname,
AbstractDocument owner)
Creates a new Attr object. |
|
GenericCDATASection(String value,
AbstractDocument owner)
Creates a new CDATASection object. |
|
GenericComment(String value,
AbstractDocument owner)
Creates a new Comment object. |
|
GenericDocumentFragment(AbstractDocument owner)
Creates a new DocumentFragment object. |
|
GenericElement(String name,
AbstractDocument owner)
Creates a new Element object. |
|
GenericElementNS(String nsURI,
String name,
AbstractDocument owner)
Creates a new Element object. |
|
GenericEntity(String name,
String pubId,
String sysId,
AbstractDocument owner)
Creates a new Entity object. |
|
GenericEntityReference(String name,
AbstractDocument owner)
Creates a new EntityReference object. |
|
GenericNotation(String name,
String pubId,
String sysId,
AbstractDocument owner)
Creates a new Notation object. |
|
GenericProcessingInstruction(String target,
String data,
AbstractDocument owner)
Creates a new ProcessingInstruction object. |
|
GenericText(String value,
AbstractDocument owner)
Creates a new Text object. |
|
StyleSheetProcessingInstruction(String data,
AbstractDocument owner,
StyleSheetFactory f)
Creates a new ProcessingInstruction object. |
Uses of AbstractDocument in org.apache.batik.dom.svg |
---|
Subclasses of AbstractDocument in org.apache.batik.dom.svg | |
---|---|
class |
SVGOMDocument
This class implements SVGDocument . |
Methods in org.apache.batik.dom.svg with parameters of type AbstractDocument | |
---|---|
Element |
SVGDOMImplementation.createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
Implements the behavior of Document.createElementNS() for this DOM implementation. |
protected Node |
SVGOMToBeImplementedElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
SVGOMElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
AbstractElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
SVGOMToBeImplementedElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
SVGOMElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
protected Node |
AbstractElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
Constructors in org.apache.batik.dom.svg with parameters of type AbstractDocument | |
---|---|
AbstractElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGDescriptiveElement(String prefix,
AbstractDocument owner)
Creates a new SVGDescriptiveElement object. |
|
SVGGraphicsElement(String prefix,
AbstractDocument owner)
Creates a new SVGGraphicsElement object. |
|
SVGOMAElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAElement object. |
|
SVGOMAltGlyphDefElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAltGlyphDefElement object. |
|
SVGOMAltGlyphElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAltGlyphElement object. |
|
SVGOMAltGlyphItemElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAltGlyphItemElement object. |
|
SVGOMAnimateColorElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAnimateColorElement object. |
|
SVGOMAnimateElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAnimateElement object. |
|
SVGOMAnimateMotionElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAnimateMotionElement object. |
|
SVGOMAnimateTransformElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAnimateTransformElement object. |
|
SVGOMAnimationElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMAnimationElement object. |
|
SVGOMCircleElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMCircleElement object. |
|
SVGOMClipPathElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMClipPathElement object. |
|
SVGOMColorProfileElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMColorProfileElement object. |
|
SVGOMComponentTransferFunctionElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMCursorElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMCursorElement object. |
|
SVGOMDefinitionSrcElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMDefinitionSrcElement object. |
|
SVGOMDefsElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMDefsElement object. |
|
SVGOMDescElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMDescElement object. |
|
SVGOMElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMEllipseElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMEllipseElement object. |
|
SVGOMFEBlendElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEBlendElement object. |
|
SVGOMFEColorMatrixElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEColorMatrixElement object. |
|
SVGOMFEComponentTransferElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEComponentTransferElement object. |
|
SVGOMFECompositeElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFECompositeElement object. |
|
SVGOMFEConvolveMatrixElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEConvolveMatrixElement object. |
|
SVGOMFEDiffuseLightingElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEDiffuseLightingElement object. |
|
SVGOMFEDisplacementMapElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEDisplacementMapElement object. |
|
SVGOMFEDistantLightElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEDistantLightElement object. |
|
SVGOMFEFloodElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEFloodElement object. |
|
SVGOMFEFuncAElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMFEFuncBElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMFEFuncGElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMFEFuncRElement(String prefix,
AbstractDocument owner)
Creates a new Element object. |
|
SVGOMFEGaussianBlurElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEGaussianBlurElement object. |
|
SVGOMFEImageElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEImageElement object. |
|
SVGOMFEMergeElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEMergeElement object. |
|
SVGOMFEMergeNodeElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEMergeNodeElement object. |
|
SVGOMFEMorphologyElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEMorphologyElement object. |
|
SVGOMFEOffsetElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEOffsetElement object. |
|
SVGOMFEPointLightElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFEPointLightElement object. |
|
SVGOMFESpecularLightingElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFESpecularLightingElement object. |
|
SVGOMFESpotLightElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFESpotLightElement object. |
|
SVGOMFETileElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFETileElement object. |
|
SVGOMFETurbulenceElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFETurbulenceElement object. |
|
SVGOMFilterElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFilterElement object. |
|
SVGOMFilterPrimitiveStandardAttributes(String prefix,
AbstractDocument owner)
Creates a new SVGOMFilterPrimitiveStandardAttributes object. |
|
SVGOMFontElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontElement object. |
|
SVGOMFontFaceElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontFaceElement object. |
|
SVGOMFontFaceFormatElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontFaceFormatElement object. |
|
SVGOMFontFaceNameElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontFaceNameElement object. |
|
SVGOMFontFaceSrcElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontFaceSrcElement object. |
|
SVGOMFontFaceUriElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFontFaceUriElement object. |
|
SVGOMForeignObjectElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMForeignObjectElement object. |
|
SVGOMGElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMGElement object. |
|
SVGOMGlyphElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMGlyphElement object. |
|
SVGOMGlyphRefElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMGlyphRefElement object. |
|
SVGOMGradientElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMGradientElement object. |
|
SVGOMHKernElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMHKernElement object. |
|
SVGOMImageElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMImageElement object. |
|
SVGOMLinearGradientElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMLinearGradientElement object. |
|
SVGOMLineElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMLineElement object. |
|
SVGOMMarkerElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMarkerElement object. |
|
SVGOMMaskElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMaskElement object. |
|
SVGOMMetadataElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMetadataElement object. |
|
SVGOMMissingGlyphElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMissingGlyphElement object. |
|
SVGOMMPathElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMPathElement object. |
|
SVGOMPathElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMPathElement object. |
|
SVGOMPatternElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMPatternElement object. |
|
SVGOMPolygonElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMPolygonElement object. |
|
SVGOMPolylineElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMPolylineElement object. |
|
SVGOMRadialGradientElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMRadialGradientElement object. |
|
SVGOMRectElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMRectElement object. |
|
SVGOMScriptElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMScriptElement object. |
|
SVGOMSetElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSetElement object. |
|
SVGOMStopElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMStopElement object. |
|
SVGOMStyleElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMStyleElement object. |
|
SVGOMSVGElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSVGElement object. |
|
SVGOMSwitchElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSwitchElement object. |
|
SVGOMSymbolElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSymbolElement object. |
|
SVGOMTextContentElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTextContentElement object. |
|
SVGOMTextElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTextElement object. |
|
SVGOMTextPathElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTextPathElement object. |
|
SVGOMTextPositioningElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTextPositioningElement object. |
|
SVGOMTitleElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTitleElement object. |
|
SVGOMToBeImplementedElement(String prefix,
AbstractDocument owner,
String localName)
Creates a new SVGOMToBeImplementedElement object. |
|
SVGOMTRefElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTRefElement object. |
|
SVGOMTSpanElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMTSpanElement object. |
|
SVGOMURIReferenceElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMURIReferenceElement object. |
|
SVGOMUseElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMUseElement object. |
|
SVGOMUseShadowRoot(AbstractDocument owner,
Element parent,
boolean isLocal)
Creates a new DocumentFragment object. |
|
SVGOMViewElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMSVGElement object. |
|
SVGOMVKernElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMVKernElement object. |
|
SVGPointShapeElement(String prefix,
AbstractDocument owner)
Creates a new SVGPointShapeElement object. |
|
SVGStylableElement(String prefix,
AbstractDocument owner)
Creates a new SVGStylableElement object. |
|
SVGStyleSheetProcessingInstruction(String data,
AbstractDocument owner,
StyleSheetFactory f)
Creates a new ProcessingInstruction object. |
|
SVGURIReferenceGraphicsElement(String prefix,
AbstractDocument owner)
Creates a new SVGURIReferenceGraphicsElement object. |
|
SVGURIReferenceTextPositioningElement(String prefix,
AbstractDocument owner)
Creates a new SVGURIReferenceTextPositioningElement object. |
Uses of AbstractDocument in org.apache.batik.dom.svg12 |
---|
Subclasses of AbstractDocument in org.apache.batik.dom.svg12 | |
---|---|
class |
SVG12OMDocument
This class implements SVGDocument and provides support for
SVG 1.2 specifics. |
Methods in org.apache.batik.dom.svg12 with parameters of type AbstractDocument | |
---|---|
Element |
SVG12DOMImplementation.createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
Implements the behavior of Document.createElementNS() for this DOM implementation. |
protected Node |
XBLOMElement.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document. |
protected Node |
XBLOMElement.export(Node n,
AbstractDocument d)
Exports this node to the given document. |
Constructors in org.apache.batik.dom.svg12 with parameters of type AbstractDocument | |
---|---|
BindableElement(String prefix,
AbstractDocument owner,
String ns,
String ln)
Creates a new BindableElement object. |
|
SVGOMFlowDivElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowLineElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowParaElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowRegionBreakElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowRegionElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowRegionExcludeElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowRootElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMFlowSpanElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMHandlerElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMHandlerElement object. |
|
SVGOMMultiImageElement(String prefix,
AbstractDocument owner)
Creates a new SVG MultiImageElement object. |
|
SVGOMSolidColorElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
SVGOMSubImageElement(String prefix,
AbstractDocument owner)
Creates a new SubImageElement object. |
|
SVGOMSubImageRefElement(String prefix,
AbstractDocument owner)
Creates a new SubImageRefElement object. |
|
XBLOMContentElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMContentElement. |
|
XBLOMDefinitionElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMDefinitionElement. |
|
XBLOMElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMElement. |
|
XBLOMHandlerGroupElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMHandlerGroupElement. |
|
XBLOMImportElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMImportElement. |
|
XBLOMShadowTreeElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMShadowTreeElement. |
|
XBLOMTemplateElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMTemplateElement. |
|
XBLOMXBLElement(String prefix,
AbstractDocument owner)
Creates a new XBLOMXBLElement. |
Uses of AbstractDocument in org.apache.batik.dom.traversal |
---|
Fields in org.apache.batik.dom.traversal declared as AbstractDocument | |
---|---|
protected AbstractDocument |
DOMNodeIterator.document
The document which created the iterator. |
Methods in org.apache.batik.dom.traversal with parameters of type AbstractDocument | |
---|---|
NodeIterator |
TraversalSupport.createNodeIterator(AbstractDocument doc,
Node root,
int whatToShow,
NodeFilter filter,
boolean entityReferenceExpansion)
Creates a new node iterator. |
static TreeWalker |
TraversalSupport.createTreeWalker(AbstractDocument doc,
Node root,
int whatToShow,
NodeFilter filter,
boolean entityReferenceExpansion)
Creates a new tree walker. |
Constructors in org.apache.batik.dom.traversal with parameters of type AbstractDocument | |
---|---|
DOMNodeIterator(AbstractDocument doc,
Node n,
int what,
NodeFilter nf,
boolean exp)
Creates a new NodeIterator object. |
Uses of AbstractDocument in org.apache.batik.extension |
---|
Constructors in org.apache.batik.extension with parameters of type AbstractDocument | |
---|---|
ExtensionElement(String name,
AbstractDocument owner)
Creates a new Element object. |
|
GraphicsExtensionElement(String name,
AbstractDocument owner)
Creates a new GraphicsExtensionElement object. |
|
PrefixableStylableExtensionElement(String prefix,
AbstractDocument owner)
Creates a new BatikStarElement object. |
|
StylableExtensionElement(String name,
AbstractDocument owner)
Creates a new Element object. |
Uses of AbstractDocument in org.apache.batik.extension.svg |
---|
Constructors in org.apache.batik.extension.svg with parameters of type AbstractDocument | |
---|---|
BatikHistogramNormalizationElement(String prefix,
AbstractDocument owner)
Creates a new BatikHistogramNormalizationElement object. |
|
BatikRegularPolygonElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
BatikStarElement(String prefix,
AbstractDocument owner)
Creates a new BatikStarElement object. |
|
ColorSwitchElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowDivElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowLineElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowParaElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowRegionBreakElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowRegionElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
FlowSpanElement(String prefix,
AbstractDocument owner)
Creates a new Batik Flow Span Element. |
|
FlowTextElement(String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |