Uses of Class
org.apache.batik.dom.AbstractDocument

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.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 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
protected  Node AbstractNode.export(Node n, AbstractDocument d)
          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 AbstractParentNode.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractAttr.export(Node n, AbstractDocument d)
          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 AbstractNotation.export(Node n, AbstractDocument d)
          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 AbstractCharacterData.export(Node n, AbstractDocument d)
          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 AbstractEntityReference.export(Node n, AbstractDocument d)
          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 AbstractElement.export(Node n, AbstractDocument d)
          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 AbstractElementNS.export(Node n, AbstractDocument d)
          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 GenericElementNS.export(Node n, AbstractDocument d)
          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 AbstractProcessingInstruction.export(Node n, AbstractDocument d)
          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 AbstractEntity.export(Node n, AbstractDocument d)
          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 GenericElement.export(Node n, AbstractDocument d)
          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 GenericProcessingInstruction.export(Node n, AbstractDocument d)
          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.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractAttrNS.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
 

Constructors in org.apache.batik.dom with parameters of type AbstractDocument
AbstractAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
GenericAttr(java.lang.String name, AbstractDocument owner)
          Creates a new Attr object.
GenericText(java.lang.String value, AbstractDocument owner)
          Creates a new Text object.
GenericComment(java.lang.String value, AbstractDocument owner)
          Creates a new Comment object.
AbstractEntityReference(java.lang.String name, AbstractDocument owner)
          Creates a new EntityReference object.
AbstractElement(java.lang.String name, AbstractDocument owner)
          Creates a new AbstractElement object.
AbstractElementNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new AbstractElementNS object.
GenericElementNS(java.lang.String nsURI, java.lang.String name, AbstractDocument owner)
          Creates a new Element object.
StyleSheetProcessingInstruction(java.lang.String data, AbstractDocument owner, StyleSheetFactory f)
          Creates a new ProcessingInstruction object.
GenericEntityReference(java.lang.String name, AbstractDocument owner)
          Creates a new EntityReference object.
GenericCDATASection(java.lang.String value, AbstractDocument owner)
          Creates a new CDATASection object.
GenericEntity(java.lang.String name, java.lang.String pubId, java.lang.String sysId, AbstractDocument owner)
          Creates a new Entity object.
GenericNotation(java.lang.String name, java.lang.String pubId, java.lang.String sysId, AbstractDocument owner)
          Creates a new Notation object.
GenericElement(java.lang.String name, AbstractDocument owner)
          Creates a new Element object.
GenericProcessingInstruction(java.lang.String target, java.lang.String data, AbstractDocument owner)
          Creates a new ProcessingInstruction object.
AbstractAttrNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new Attr object.
GenericAttrNS(java.lang.String nsURI, java.lang.String qname, AbstractDocument owner)
          Creates a new Attr object.
GenericDocumentFragment(AbstractDocument owner)
          Creates a new DocumentFragment 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
protected  Node AbstractElement.export(Node n, AbstractDocument d)
          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 SVGOMElement.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node SVGOMElement.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
 Element SVGDOMImplementation.createElementNS(AbstractDocument document, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Implements the behavior of Document.createElementNS() for this DOM implementation.
 Element ExtensibleSVGDOMImplementation.createElementNS(AbstractDocument document, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Implements the behavior of Document.createElementNS() for this DOM implementation.
protected  Node SVGOMToBeImplementedElement.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node SVGOMToBeImplementedElement.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
 

Constructors in org.apache.batik.dom.svg with parameters of type AbstractDocument
AbstractElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGStylableElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGStylableElement object.
SVGOMTextContentElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTextContentElement object.
SVGOMTextPositioningElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTextPositioningElement object.
SVGOMTextElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTextElement object.
SVGOMFilterPrimitiveStandardAttributes(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFilterPrimitiveStandardAttributes object.
SVGOMFETurbulenceElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFETurbulenceElement object.
SVGOMGradientElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMGradientElement object.
SVGOMLinearGradientElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMLinearGradientElement object.
SVGOMAnimationElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAnimationElement object.
SVGOMAnimateMotionElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAnimateElement object.
SVGOMFontFaceUriElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontFaceUriElement object.
SVGOMFEPointLightElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEPointLightElement object.
SVGGraphicsElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGGraphicsElement object.
SVGOMRectElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMRectElement object.
SVGOMFilterElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFilterElement object.
SVGOMURIReferenceElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMURIReferenceElement object.
SVGDescriptiveElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGDescriptiveElement object.
SVGOMTitleElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTitleElement object.
SVGOMFontElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontElement object.
SVGOMTextPathElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTextPathElement object.
SVGOMFEMergeElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEMergeElement object.
SVGOMFEDistantLightElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEDistantLightElement object.
SVGOMAnimateColorElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAnimateColorElement object.
SVGOMCSSImportedElementRoot(AbstractDocument owner, Element parent)
          Creates a new DocumentFragment object.
SVGOMMaskElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMMaskElement object.
SVGOMScriptElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMScriptElement object.
SVGOMPolylineElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMPolylineElement object.
SVGOMPathElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMPathElement object.
SVGStyleSheetProcessingInstruction(java.lang.String data, AbstractDocument owner, StyleSheetFactory f)
          Creates a new ProcessingInstruction object.
SVGOMViewElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMSVGElement object.
SVGURIReferenceTextPositioningElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGURIReferenceTextPositioningElement object.
SVGOMAltGlyphElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAltGlyphElement object.
SVGURIReferenceGraphicsElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGURIReferenceGraphicsElement object.
SVGOMImageElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMImageElement object.
SVGOMCircleElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMCircleElement object.
SVGOMComponentTransferFunctionElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMFEFuncAElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMDefinitionSrcElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMDefinitionSrcElement object.
SVGOMTSpanElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTSpanElement object.
SVGOMToBeImplementedElement(java.lang.String prefix, AbstractDocument owner, java.lang.String localName)
          Creates a new SVGOMToBeImplementedElement object.
SVGOMFEMorphologyElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEMorphologyElement object.
SVGOMAElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAElement object.
SVGOMFETileElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFETileElement object.
SVGOMFEBlendElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEBlendElement object.
SVGOMCursorElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMCursorElement object.
SVGOMMetadataElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMMetadataElement object.
SVGOMDefsElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMDefsElement object.
SVGOMPatternElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMPatternElement object.
SVGOMFEColorMatrixElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEColorMatrixElement object.
SVGOMColorProfileElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMColorProfileElement object.
SVGOMFEFuncRElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMMPathElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMMPathElement object.
SVGOMGlyphRefElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMGlyphRefElement object.
SVGOMDescElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMDescElement object.
SVGOMFEDiffuseLightingElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEDiffuseLightingElement object.
SVGOMSetElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMSetElement object.
SVGOMSVGElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMSVGElement object.
SVGOMFontFaceSrcElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontFaceSrcElement object.
SVGOMPolygonElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMPolygonElement object.
SVGOMRadialGradientElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMRadialGradientElement object.
SVGOMFEOffsetElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEOffsetElement object.
SVGOMMissingGlyphElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMMissingGlyphElement object.
SVGOMSwitchElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMSwitchElement object.
SVGOMFontFaceElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontFaceElement object.
SVGOMFESpotLightElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFESpotLightElement object.
SVGOMGlyphElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMGlyphElement object.
SVGOMEllipseElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMEllipseElement object.
SVGOMVKernElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMVKernElement object.
SVGOMAltGlyphDefElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAltGlyphDefElement object.
SVGOMAnimateTransformElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAnimateTransformElement object.
SVGOMFEImageElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEImageElement object.
SVGOMFEFloodElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEFloodElement object.
SVGOMFEFuncBElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMStopElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMStopElement object.
SVGOMMarkerElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMMarkerElement object.
SVGOMFEConvolveMatrixElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMForeignObjectElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMForeignObjectElement object.
SVGOMFEDisplacementMapElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEDisplacementMapElement object.
SVGOMTRefElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMTRefElement object.
SVGOMClipPathElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMClipPathElement object.
SVGOMFEComponentTransferElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEComponentTransferElement object.
SVGOMFESpecularLightingElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFESpecularLightingElement object.
SVGOMFEFuncGElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new Element object.
SVGOMFontFaceFormatElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontFaceFormatElement object.
SVGOMFECompositeElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFECompositeElement object.
SVGOMGElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMGElement object.
SVGOMFEGaussianBlurElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEGaussianBlurElement object.
SVGOMStyleElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMStyleElement object.
SVGOMHKernElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMHKernElement object.
SVGOMSymbolElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMSymbolElement object.
SVGOMUseElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMUseElement object.
SVGOMLineElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMLineElement object.
SVGOMFEMergeNodeElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFEMergeNodeElement object.
SVGOMFontFaceNameElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMFontFaceNameElement object.
SVGOMAltGlyphItemElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new SVGOMAltGlyphItemElement object.
 

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
static TreeWalker TraversalSupport.createTreeWalker(AbstractDocument doc, Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          Creates a new tree walker.
 NodeIterator TraversalSupport.createNodeIterator(AbstractDocument doc, Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
          Creates a new node iterator.
 

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(java.lang.String name, AbstractDocument owner)
          Creates a new Element object.
StylableExtensionElement(java.lang.String name, AbstractDocument owner)
          Creates a new Element object.
PrefixableStylableExtensionElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikStarElement object.
 

Uses of AbstractDocument in org.apache.batik.extension.svg
 

Constructors in org.apache.batik.extension.svg with parameters of type AbstractDocument
FlowParaElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
BatikHistogramNormalizationElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikHistogramNormalizationElement object.
FlowSpanElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
FlowTextElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
BatikStarElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikStarElement object.
FlowDivElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
FlowLineElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
SolidColorElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
BatikMultiImageElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikMultiImageElement object.
ColorSwitchElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
FlowRegionBreakElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
BatikRegularPolygonElement(java.lang.String prefix, AbstractDocument owner)
          Creates a new BatikRegularPolygonElement object.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.