Téléchargement de l’api batik-dom-1.6.jar

Author:

Téléchargement de l'api batik-dom-1.6.jar
Download here
org.apache.batik.dom.AbstractAttr(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
		throws org.w3c.dom.DOMException
public boolean isId()
public void setIsId(boolean arg1)
public void setNodeName(String arg1)
public String getNodeName()
public short getNodeType()
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String arg1)
		throws org.w3c.dom.DOMException
public String getName()
public boolean getSpecified()
public void setSpecified(boolean arg1)
public String getValue()
public void setValue(String arg1)
		throws org.w3c.dom.DOMException
public void setOwnerElement(org.apache.batik.dom.AbstractElement arg1)
public org.w3c.dom.Element getOwnerElement()
protected void nodeAdded(org.w3c.dom.Node arg1)
protected void nodeToBeRemoved(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)
protected void fireDOMSubtreeModifiedEvent()

org.apache.batik.dom.AbstractAttrNS(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (String arg1, String arg2, org.apache.batik.dom.AbstractDocument arg3)
		throws org.w3c.dom.DOMException
public String getNamespaceURI()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)

org.apache.batik.dom.AbstractCharacterData(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String arg1)
		throws org.w3c.dom.DOMException
public String getData()
		throws org.w3c.dom.DOMException
public void setData(String arg1)
		throws org.w3c.dom.DOMException
public int getLength()
public String substringData(int arg1, int arg2)
		throws org.w3c.dom.DOMException
public void appendData(String arg1)
		throws org.w3c.dom.DOMException
public void insertData(int arg1, String arg2)
		throws org.w3c.dom.DOMException
public void deleteData(int arg1, int arg2)
		throws org.w3c.dom.DOMException
public void replaceData(int arg1, int arg2, String arg3)
		throws org.w3c.dom.DOMException
protected void checkOffsetCount(int arg1, int arg2)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)

org.apache.batik.dom.AbstractChildNode(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.Node getParentNode()
public void setParentNode(org.w3c.dom.Node arg1)
public void setPreviousSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getNextSibling()

org.apache.batik.dom.AbstractComment(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getNodeName()
public short getNodeType()

org.apache.batik.dom.AbstractDocument(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (org.w3c.dom.DocumentType arg1, org.w3c.dom.DOMImplementation arg2)
public void setLocale(java.util.Locale arg1)
public java.util.Locale getLocale()
public String formatMessage(String arg1, Object[] arg2)
		throws java.util.MissingResourceException
public boolean getEventsEnabled()
public void setEventsEnabled(boolean arg1)
public String getNodeName()
public short getNodeType()
public org.w3c.dom.DocumentType getDoctype()
public void setDoctype(org.w3c.dom.DocumentType arg1)
public org.w3c.dom.DOMImplementation getImplementation()
public org.w3c.dom.Element getDocumentElement()
public org.w3c.dom.Node importNode(org.w3c.dom.Node arg1, boolean arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node importNode(org.w3c.dom.Node arg1, boolean arg2, boolean arg3)
public org.w3c.dom.Node cloneNode(boolean arg1)
public abstract boolean isId(org.w3c.dom.Attr arg1)
public org.w3c.dom.Element getElementById(String arg1)
public org.w3c.dom.Element getChildElementById(org.w3c.dom.Node arg1, String arg2)
protected org.w3c.dom.Node getRoot(org.w3c.dom.Node arg1)
public void removeIdEntry(org.w3c.dom.Element arg1, String arg2)
public void addIdEntry(org.w3c.dom.Element arg1, String arg2)
public void updateIdEntry(org.w3c.dom.Element arg1, String arg2, String arg3)
public org.w3c.dom.events.Event createEvent(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.traversal.NodeIterator createNodeIterator(org.w3c.dom.Node arg1, int arg2, org.w3c.dom.traversal.NodeFilter arg3, boolean arg4)
		throws org.w3c.dom.DOMException
public org.w3c.dom.traversal.TreeWalker createTreeWalker(org.w3c.dom.Node arg1, int arg2, org.w3c.dom.traversal.NodeFilter arg3, boolean arg4)
		throws org.w3c.dom.DOMException
public void detachNodeIterator(org.w3c.dom.traversal.NodeIterator arg1)
public void nodeToBeRemoved(org.w3c.dom.Node arg1)
protected org.apache.batik.dom.AbstractDocument getCurrentDocument()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.w3c.dom.Document arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.w3c.dom.Document arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)
private void writeObject(java.io.ObjectOutputStream arg1)
		throws java.io.IOException
private void readObject(java.io.ObjectInputStream arg1)
		throws java.io.IOException, java.lang.ClassNotFoundException
public abstract org.w3c.dom.Attr createAttributeNS(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.Element createElementNS(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.EntityReference createEntityReference(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.Attr createAttribute(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.ProcessingInstruction createProcessingInstruction(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.CDATASection createCDATASection(String arg1)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.Comment createComment(String arg1)
public abstract org.w3c.dom.Text createTextNode(String arg1)
public abstract org.w3c.dom.DocumentFragment createDocumentFragment()
public abstract org.w3c.dom.Element createElement(String arg1)
		throws org.w3c.dom.DOMException

org.apache.batik.dom.AbstractDocumentFragment(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getNodeName()
public short getNodeType()
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)

org.apache.batik.dom.AbstractDOMImplementation(Ci-dessous la liste des Méthodes de la classe)

protected void registerFeature(String arg1, Object arg2)
protected void ()
public boolean hasFeature(String arg1, String arg2)
public org.apache.batik.dom.events.DocumentEventSupport createDocumentEventSupport()
public abstract org.w3c.dom.Document createDocument(String arg1, String arg2, org.w3c.dom.DocumentType arg3)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.DocumentType createDocumentType(String arg1, String arg2, String arg3)
		throws org.w3c.dom.DOMException

org.apache.batik.dom.AbstractElement(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
public short getNodeType()
public boolean hasAttributes()
public org.w3c.dom.NamedNodeMap getAttributes()
public String getTagName()
public boolean hasAttribute(String arg1)
public String getAttribute(String arg1)
public void setAttribute(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public void removeAttribute(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr getAttributeNode(String arg1)
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr arg1)
		throws org.w3c.dom.DOMException
public void normalize()
public boolean hasAttributeNS(String arg1, String arg2)
public String getAttributeNS(String arg1, String arg2)
public void setAttributeNS(String arg1, String arg2, String arg3)
		throws org.w3c.dom.DOMException
public void removeAttributeNS(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr getAttributeNodeNS(String arg1, String arg2)
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr arg1)
		throws org.w3c.dom.DOMException
protected void nodeAdded(org.w3c.dom.Node arg1)
protected void nodeToBeRemoved(org.w3c.dom.Node arg1)
private void invalidateElementsByTagName(org.w3c.dom.Node arg1)
protected org.w3c.dom.NamedNodeMap createAttributes()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)
public void fireDOMAttrModifiedEvent(String arg1, org.w3c.dom.Attr arg2, String arg3, String arg4, short arg5)
protected void attrAdded(org.w3c.dom.Attr arg1, String arg2)
protected void attrModified(org.w3c.dom.Attr arg1, String arg2, String arg3)
protected void attrRemoved(org.w3c.dom.Attr arg1, String arg2)

org.apache.batik.dom.AbstractElementNS(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (String arg1, String arg2, org.apache.batik.dom.AbstractDocument arg3)
		throws org.w3c.dom.DOMException
public String getNamespaceURI()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)

org.apache.batik.dom.AbstractEntity(Ci-dessous la liste des Méthodes de la classe)

public void ()
public short getNodeType()
public void setNodeName(String arg1)
public String getNodeName()
public String getPublicId()
public void setPublicId(String arg1)
public String getSystemId()
public void setSystemId(String arg1)
public String getNotationName()
public void setNotationName(String arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)

org.apache.batik.dom.AbstractEntityReference(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
		throws org.w3c.dom.DOMException
public short getNodeType()
public void setNodeName(String arg1)
public String getNodeName()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)

org.apache.batik.dom.AbstractNode(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void setNodeName(String arg1)
public void setOwnerDocument(org.w3c.dom.Document arg1)
public void setSpecified(boolean arg1)
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node getParentNode()
public void setParentNode(org.w3c.dom.Node arg1)
public org.w3c.dom.NodeList getChildNodes()
public org.w3c.dom.Node getFirstChild()
public org.w3c.dom.Node getLastChild()
public void setPreviousSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getNextSibling()
public boolean hasAttributes()
public org.w3c.dom.NamedNodeMap getAttributes()
public org.w3c.dom.Document getOwnerDocument()
public String getNamespaceURI()
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node arg1)
		throws org.w3c.dom.DOMException
public boolean hasChildNodes()
public org.w3c.dom.Node cloneNode(boolean arg1)
public void normalize()
public boolean isSupported(String arg1, String arg2)
public String getPrefix()
public void setPrefix(String arg1)
		throws org.w3c.dom.DOMException
public String getLocalName()
public org.w3c.dom.DOMException createDOMException(short arg1, String arg2, Object[] arg3)
public void addEventListener(String arg1, org.w3c.dom.events.EventListener arg2, boolean arg3)
public void removeEventListener(String arg1, org.w3c.dom.events.EventListener arg2, boolean arg3)
public org.apache.batik.dom.events.NodeEventTarget getParentNodeEventTarget()
public boolean dispatchEvent(org.w3c.dom.events.Event arg1)
		throws org.w3c.dom.events.EventException
public org.apache.batik.dom.events.EventSupport getEventSupport()
public void fireDOMNodeInsertedIntoDocumentEvent()
public void fireDOMNodeRemovedFromDocumentEvent()
protected void fireDOMCharacterDataModifiedEvent(String arg1, String arg2)
protected org.apache.batik.dom.AbstractDocument getCurrentDocument()
protected abstract org.w3c.dom.Node newNode()
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void checkChildType(org.w3c.dom.Node arg1, boolean arg2)
public abstract void setReadonly(boolean arg1)
public abstract boolean isReadonly()
public abstract short getNodeType()
public abstract String getNodeName()
static void ()

org.apache.batik.dom.AbstractNotation(Ci-dessous la liste des Méthodes de la classe)

public void ()
public short getNodeType()
public void setNodeName(String arg1)
public String getNodeName()
public String getPublicId()
public void setPublicId(String arg1)
public String getSystemId()
public void setSystemId(String arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)

org.apache.batik.dom.AbstractParentChildNode(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.Node getParentNode()
public void setParentNode(org.w3c.dom.Node arg1)
public void setPreviousSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node arg1)
public org.w3c.dom.Node getNextSibling()

org.apache.batik.dom.AbstractParentNode(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.NodeList getChildNodes()
public org.w3c.dom.Node getFirstChild()
public org.w3c.dom.Node getLastChild()
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node arg1)
		throws org.w3c.dom.DOMException
public boolean hasChildNodes()
public void normalize()
public org.w3c.dom.NodeList getElementsByTagName(String arg1)
public org.w3c.dom.NodeList getElementsByTagNameNS(String arg1, String arg2)
public void fireDOMNodeInsertedIntoDocumentEvent()
public void fireDOMNodeRemovedFromDocumentEvent()
protected void nodeAdded(org.w3c.dom.Node arg1)
protected void nodeToBeRemoved(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected void fireDOMSubtreeModifiedEvent()
protected void fireDOMNodeInsertedEvent(org.w3c.dom.Node arg1)
protected void fireDOMNodeRemovedEvent(org.w3c.dom.Node arg1)
protected void checkAndRemove(org.w3c.dom.Node arg1, boolean arg2)

org.apache.batik.dom.AbstractProcessingInstruction(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getNodeName()
public short getNodeType()
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String arg1)
		throws org.w3c.dom.DOMException
public String getData()
public void setData(String arg1)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
public abstract String getTarget()

org.apache.batik.dom.AbstractStylableDocument(Ci-dessous la liste des Méthodes de la classe)

protected void ()
protected void (org.w3c.dom.DocumentType arg1, org.w3c.dom.DOMImplementation arg2)
public void setCSSEngine(org.apache.batik.css.engine.CSSEngine arg1)
public org.apache.batik.css.engine.CSSEngine getCSSEngine()
public org.w3c.dom.stylesheets.StyleSheetList getStyleSheets()
public org.w3c.dom.views.AbstractView getDefaultView()
public void clearViewCSS()
public org.w3c.dom.css.CSSStyleDeclaration getOverrideStyle(org.w3c.dom.Element arg1, String arg2)

org.apache.batik.dom.AbstractText(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.Text splitText(int arg1)
		throws org.w3c.dom.DOMException
protected abstract org.w3c.dom.Text createTextNode(String arg1)

org.apache.batik.dom.DomExtension(Ci-dessous la liste des Méthodes de la classe)

public abstract float getPriority()
public abstract String getAuthor()
public abstract String getContactAddress()
public abstract String getURL()
public abstract String getDescription()
public abstract void registerTags(org.apache.batik.dom.ExtensibleDOMImplementation arg1)

org.apache.batik.dom.events.AbstractEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()
public String getType()
public org.w3c.dom.events.EventTarget getCurrentTarget()
public org.w3c.dom.events.EventTarget getTarget()
public short getEventPhase()
public boolean getBubbles()
public boolean getCancelable()
public long getTimeStamp()
public void stopPropagation()
public void preventDefault()
public void initEvent(String arg1, boolean arg2, boolean arg3)
boolean getPreventDefault()
boolean getStopPropagation()
void setEventPhase(short arg1)
void stopPropagation(boolean arg1)
void preventDefault(boolean arg1)
void setCurrentTarget(org.w3c.dom.events.EventTarget arg1)
void setTarget(org.w3c.dom.events.EventTarget arg1)
public static boolean getEventPreventDefault(org.w3c.dom.events.Event arg0)

org.apache.batik.dom.events.DocumentEventSupport(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.events.Event createEvent(String arg1)
		throws org.w3c.dom.DOMException

org.apache.batik.dom.events.DOMEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()

org.apache.batik.dom.events.DOMKeyEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()
public boolean getCtrlKey()
public boolean getShiftKey()
public boolean getAltKey()
public boolean getMetaKey()
public int getKeyCode()
public int getCharCode()
public void initKeyEvent(String arg1, boolean arg2, boolean arg3, boolean arg4, boolean arg5, boolean arg6, boolean arg7, int arg8, int arg9, org.w3c.dom.views.AbstractView arg10)

org.apache.batik.dom.events.DOMMouseEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()
public int getScreenX()
public int getScreenY()
public int getClientX()
public int getClientY()
public boolean getCtrlKey()
public boolean getShiftKey()
public boolean getAltKey()
public boolean getMetaKey()
public short getButton()
public org.w3c.dom.events.EventTarget getRelatedTarget()
public void initMouseEvent(String arg1, boolean arg2, boolean arg3, org.w3c.dom.views.AbstractView arg4, int arg5, int arg6, int arg7, int arg8, int arg9, boolean arg10, boolean arg11, boolean arg12, boolean arg13, short arg14, org.w3c.dom.events.EventTarget arg15)

org.apache.batik.dom.events.DOMMutationEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.Node getRelatedNode()
public String getPrevValue()
public String getNewValue()
public String getAttrName()
public short getAttrChange()
public void initMutationEvent(String arg1, boolean arg2, boolean arg3, org.w3c.dom.Node arg4, String arg5, String arg6, String arg7, short arg8)

org.apache.batik.dom.events.DOMUIEvent(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.views.AbstractView getView()
public int getDetail()
public void initUIEvent(String arg1, boolean arg2, boolean arg3, org.w3c.dom.views.AbstractView arg4, int arg5)

org.apache.batik.dom.events.EventListenerList(Ci-dessous la liste des Méthodes de la classe)

public void ()
public org.w3c.dom.events.EventListener[] getEventListeners()
public void add(org.w3c.dom.events.EventListener arg1)
public void remove(org.w3c.dom.events.EventListener arg1)
public boolean contains(org.w3c.dom.events.EventListener arg1)
public int size()

org.apache.batik.dom.events.EventSupport(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void addEventListener(String arg1, org.w3c.dom.events.EventListener arg2, boolean arg3)
public void removeEventListener(String arg1, org.w3c.dom.events.EventListener arg2, boolean arg3)
public static boolean dispatchEvent(org.apache.batik.dom.events.NodeEventTarget arg0, org.w3c.dom.events.Event arg1)
		throws org.w3c.dom.events.EventException
private static void fireEventListeners(org.apache.batik.dom.events.NodeEventTarget arg0, org.w3c.dom.events.Event arg1, boolean arg2)
private static org.apache.batik.dom.events.NodeEventTarget[] getAncestors(org.apache.batik.dom.events.NodeEventTarget arg0)
public org.apache.batik.dom.events.EventListenerList getEventListeners(String arg1, boolean arg2)
private static org.w3c.dom.events.EventException createEventException(short arg0, String arg1)
private static org.w3c.dom.events.EventException createUnspecifiedEventTypeErr(String arg0)

org.apache.batik.dom.events.NodeEventTarget(Ci-dessous la liste des Méthodes de la classe)

public abstract org.apache.batik.dom.events.EventSupport getEventSupport()
public abstract org.apache.batik.dom.events.NodeEventTarget getParentNodeEventTarget()

org.apache.batik.dom.ExtendedNode(Ci-dessous la liste des Méthodes de la classe)

public abstract void setNodeName(String arg1)
public abstract boolean isReadonly()
public abstract void setReadonly(boolean arg1)
public abstract void setOwnerDocument(org.w3c.dom.Document arg1)
public abstract void setParentNode(org.w3c.dom.Node arg1)
public abstract void setPreviousSibling(org.w3c.dom.Node arg1)
public abstract void setNextSibling(org.w3c.dom.Node arg1)
public abstract void setSpecified(boolean arg1)

org.apache.batik.dom.ExtensibleDOMImplementation(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void setLocale(java.util.Locale arg1)
public java.util.Locale getLocale()
protected void initLocalizable()
public String formatMessage(String arg1, Object[] arg2)
		throws java.util.MissingResourceException
public void registerCustomCSSValueManager(org.apache.batik.css.engine.value.ValueManager arg1)
public void registerCustomCSSShorthandManager(org.apache.batik.css.engine.value.ShorthandManager arg1)
public org.apache.batik.css.engine.CSSEngine createCSSEngine(org.apache.batik.dom.AbstractStylableDocument arg1, org.apache.batik.css.engine.CSSContext arg2)
public abstract org.apache.batik.css.engine.CSSEngine createCSSEngine(org.apache.batik.dom.AbstractStylableDocument arg1, org.apache.batik.css.engine.CSSContext arg2, org.apache.batik.css.parser.ExtendedParser arg3, org.apache.batik.css.engine.value.ValueManager[] arg4, org.apache.batik.css.engine.value.ShorthandManager[] arg5)
public abstract org.w3c.dom.css.ViewCSS createViewCSS(org.apache.batik.dom.AbstractStylableDocument arg1)
public org.w3c.dom.Element createElementNS(org.apache.batik.dom.AbstractDocument arg1, String arg2, String arg3)
protected static synchronized java.util.List getDomExtensions()
public abstract org.w3c.dom.css.CSSStyleSheet createCSSStyleSheet(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public abstract org.w3c.dom.stylesheets.StyleSheet createStyleSheet(org.w3c.dom.Node arg1, org.apache.batik.dom.util.HashTable arg2)
static void ()

org.apache.batik.dom.GenericAttr(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
		throws org.w3c.dom.DOMException
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericAttrNS(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, String arg2, org.apache.batik.dom.AbstractDocument arg3)
		throws org.w3c.dom.DOMException
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericCDATASection(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Text createTextNode(String arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericComment(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericDocument(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (org.w3c.dom.DocumentType arg1, org.w3c.dom.DOMImplementation arg2)
public boolean isReadonly()
public void setReadonly(boolean arg1)
public boolean isId(org.w3c.dom.Attr arg1)
public org.w3c.dom.Element createElement(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.DocumentFragment createDocumentFragment()
public org.w3c.dom.Text createTextNode(String arg1)
public org.w3c.dom.Comment createComment(String arg1)
public org.w3c.dom.CDATASection createCDATASection(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr createAttribute(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.EntityReference createEntityReference(String arg1)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Element createElementNS(String arg1, String arg2)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr createAttributeNS(String arg1, String arg2)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericDocumentFragment(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (org.apache.batik.dom.AbstractDocument arg1)
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericDocumentType(Ci-dessous la liste des Méthodes de la classe)

public void (String arg1, String arg2, String arg3)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean arg1)
public String getName()
public org.w3c.dom.NamedNodeMap getEntities()
public org.w3c.dom.NamedNodeMap getNotations()
public String getPublicId()
public String getSystemId()
public String getInternalSubset()
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericDOMImplementation(Ci-dessous la liste des Méthodes de la classe)

public void ()
public static org.w3c.dom.DOMImplementation getDOMImplementation()
public org.w3c.dom.DocumentType createDocumentType(String arg1, String arg2, String arg3)
public org.w3c.dom.Document createDocument(String arg1, String arg2, org.w3c.dom.DocumentType arg3)
		throws org.w3c.dom.DOMException
static void ()

org.apache.batik.dom.GenericElement(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
		throws org.w3c.dom.DOMException
public void setNodeName(String arg1)
public String getNodeName()
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericElementNS(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, String arg2, org.apache.batik.dom.AbstractDocument arg3)
public void setNodeName(String arg1)
public String getNodeName()
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericEntity(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, String arg2, String arg3, org.apache.batik.dom.AbstractDocument arg4)
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericEntityReference(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericNotation(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, String arg2, String arg3, org.apache.batik.dom.AbstractDocument arg4)
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericProcessingInstruction(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, String arg2, org.apache.batik.dom.AbstractDocument arg3)
public void setNodeName(String arg1)
public boolean isReadonly()
public void setReadonly(boolean arg1)
public String getTarget()
public void setTarget(String arg1)
protected org.w3c.dom.Node export(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node arg1, org.apache.batik.dom.AbstractDocument arg2)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.GenericText(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean arg1)
protected org.w3c.dom.Text createTextNode(String arg1)
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.StyleSheetFactory(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.stylesheets.StyleSheet createStyleSheet(org.w3c.dom.Node arg1, org.apache.batik.dom.util.HashTable arg2)

org.apache.batik.dom.StyleSheetProcessingInstruction(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String arg1, org.apache.batik.dom.AbstractDocument arg2, org.apache.batik.dom.StyleSheetFactory arg3)
public boolean isReadonly()
public void setReadonly(boolean arg1)
public void setNodeName(String arg1)
public String getTarget()
public org.w3c.dom.stylesheets.StyleSheet getSheet()
public org.apache.batik.dom.util.HashTable getPseudoAttributes()
public void setData(String arg1)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node newNode()

org.apache.batik.dom.traversal.DOMNodeIterator(Ci-dessous la liste des Méthodes de la classe)

public void (org.apache.batik.dom.AbstractDocument arg1, org.w3c.dom.Node arg2, int arg3, org.w3c.dom.traversal.NodeFilter arg4, boolean arg5)
public org.w3c.dom.Node getRoot()
public int getWhatToShow()
public org.w3c.dom.traversal.NodeFilter getFilter()
public boolean getExpandEntityReferences()
public org.w3c.dom.Node nextNode()
public org.w3c.dom.Node previousNode()
public void detach()
public void nodeToBeRemoved(org.w3c.dom.Node arg1)
protected void unfilteredNextNode()
protected void unfilteredPreviousNode()

org.apache.batik.dom.traversal.DOMTreeWalker(Ci-dessous la liste des Méthodes de la classe)

public void (org.w3c.dom.Node arg1, int arg2, org.w3c.dom.traversal.NodeFilter arg3, boolean arg4)
public org.w3c.dom.Node getRoot()
public int getWhatToShow()
public org.w3c.dom.traversal.NodeFilter getFilter()
public boolean getExpandEntityReferences()
public org.w3c.dom.Node getCurrentNode()
public void setCurrentNode(org.w3c.dom.Node arg1)
public org.w3c.dom.Node parentNode()
public org.w3c.dom.Node firstChild()
public org.w3c.dom.Node lastChild()
public org.w3c.dom.Node previousSibling()
public org.w3c.dom.Node nextSibling()
public org.w3c.dom.Node previousNode()
public org.w3c.dom.Node nextNode()
protected org.w3c.dom.Node parentNode(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node firstChild(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node lastChild(org.w3c.dom.Node arg1)
protected org.w3c.dom.Node previousSibling(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
protected org.w3c.dom.Node nextSibling(org.w3c.dom.Node arg1, org.w3c.dom.Node arg2)
protected short acceptNode(org.w3c.dom.Node arg1)

org.apache.batik.dom.traversal.TraversalSupport(Ci-dessous la liste des Méthodes de la classe)

public void ()
public static org.w3c.dom.traversal.TreeWalker createTreeWalker(org.apache.batik.dom.AbstractDocument arg0, org.w3c.dom.Node arg1, int arg2, org.w3c.dom.traversal.NodeFilter arg3, boolean arg4)
public org.w3c.dom.traversal.NodeIterator createNodeIterator(org.apache.batik.dom.AbstractDocument arg1, org.w3c.dom.Node arg2, int arg3, org.w3c.dom.traversal.NodeFilter arg4, boolean arg5)
		throws org.w3c.dom.DOMException
public void nodeToBeRemoved(org.w3c.dom.Node arg1)
public void detachNodeIterator(org.w3c.dom.traversal.NodeIterator arg1)

org.apache.batik.dom.util.CSSStyleDeclarationFactory(Ci-dessous la liste des Méthodes de la classe)

public abstract org.w3c.dom.css.CSSStyleDeclaration createCSSStyleDeclaration()

org.apache.batik.dom.util.DocumentDescriptor(Ci-dessous la liste des Méthodes de la classe)

public void ()
public int getNumberOfElements()
public int getLocationLine(org.w3c.dom.Element arg1)
public void setLocationLine(org.w3c.dom.Element arg1, int arg2)
protected void rehash()

org.apache.batik.dom.util.DocumentFactory(Ci-dessous la liste des Méthodes de la classe)

public abstract void setValidating(boolean arg1)
public abstract boolean isValidating()
public abstract org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3)
		throws java.io.IOException
public abstract org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, java.io.InputStream arg4)
		throws java.io.IOException
public abstract org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, org.xml.sax.XMLReader arg4)
		throws java.io.IOException
public abstract org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, java.io.Reader arg4)
		throws java.io.IOException
public abstract org.apache.batik.dom.util.DocumentDescriptor getDocumentDescriptor()

org.apache.batik.dom.util.DOMUtilities(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public static void writeDocument(org.w3c.dom.Document arg0, java.io.Writer arg1)
		throws java.io.IOException
public static void writeNode(org.w3c.dom.Node arg0, java.io.Writer arg1)
		throws java.io.IOException
public static String contentToString(String arg0)
public static org.w3c.dom.Document deepCloneDocument(org.w3c.dom.Document arg0, org.w3c.dom.DOMImplementation arg1)
public static boolean isValidName(String arg0)
public static boolean isValidPrefix(String arg0)
public static String getPrefix(String arg0)
public static String getLocalName(String arg0)
public static void parseStyleSheetPIData(String arg0, org.apache.batik.dom.util.HashTable arg1)

org.apache.batik.dom.util.DoublyIndexedTable(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (int arg1)
public int size()
public Object put(Object arg1, Object arg2, Object arg3)
public Object get(Object arg1, Object arg2)
protected void rehash()
protected int hashCode(Object arg1, Object arg2)

org.apache.batik.dom.util.HashTable(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (int arg1)
public void (org.apache.batik.dom.util.HashTable arg1)
public int size()
public Object get(Object arg1)
public Object put(Object arg1, Object arg2)
public Object remove(Object arg1)
public Object key(int arg1)
public Object item(int arg1)
public void clear()
protected void rehash()

org.apache.batik.dom.util.HashTableStack(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void push()
public void pop()
public String put(String arg1, String arg2)
public String get(String arg1)

org.apache.batik.dom.util.ListNodeList(Ci-dessous la liste des Méthodes de la classe)

public void (java.util.List arg1)
public org.w3c.dom.Node item(int arg1)
public int getLength()

org.apache.batik.dom.util.SAXDocumentFactory(Ci-dessous la liste des Méthodes de la classe)

public void (org.w3c.dom.DOMImplementation arg1, String arg2)
public void (org.w3c.dom.DOMImplementation arg1, String arg2, boolean arg3)
public org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, java.io.InputStream arg4)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1, java.io.InputStream arg2)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, java.io.Reader arg4)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, org.xml.sax.XMLReader arg4)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String arg1, java.io.Reader arg2)
		throws java.io.IOException
protected org.w3c.dom.Document createDocument(String arg1, String arg2, String arg3, org.xml.sax.InputSource arg4)
		throws java.io.IOException
protected org.w3c.dom.Document createDocument(org.xml.sax.InputSource arg1)
		throws java.io.IOException
public org.apache.batik.dom.util.DocumentDescriptor getDocumentDescriptor()
public void setDocumentLocator(org.xml.sax.Locator arg1)
public void setValidating(boolean arg1)
public boolean isValidating()
public void setErrorHandler(org.xml.sax.ErrorHandler arg1)
public org.w3c.dom.DOMImplementation getDOMImplementation(String arg1)
public void fatalError(org.xml.sax.SAXParseException arg1)
		throws org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException arg1)
		throws org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException arg1)
		throws org.xml.sax.SAXException
public void startDocument()
		throws org.xml.sax.SAXException
public void startElement(String arg1, String arg2, String arg3, org.xml.sax.Attributes arg4)
		throws org.xml.sax.SAXException
public void endElement(String arg1, String arg2, String arg3)
		throws org.xml.sax.SAXException
public void appendStringData()
public void characters(char[] arg1, int arg2, int arg3)
		throws org.xml.sax.SAXException
public void ignorableWhitespace(char[] arg1, int arg2, int arg3)
		throws org.xml.sax.SAXException
public void processingInstruction(String arg1, String arg2)
		throws org.xml.sax.SAXException
public void startDTD(String arg1, String arg2, String arg3)
		throws org.xml.sax.SAXException
public void endDTD()
		throws org.xml.sax.SAXException
public void startEntity(String arg1)
		throws org.xml.sax.SAXException
public void endEntity(String arg1)
		throws org.xml.sax.SAXException
public void startCDATA()
		throws org.xml.sax.SAXException
public void endCDATA()
		throws org.xml.sax.SAXException
public void comment(char[] arg1, int arg2, int arg3)
		throws org.xml.sax.SAXException

org.apache.batik.dom.util.XLinkSupport(Ci-dessous la liste des Méthodes de la classe)

public void ()
public static String getXLinkType(org.w3c.dom.Element arg0)
public static void setXLinkType(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkRole(org.w3c.dom.Element arg0)
public static void setXLinkRole(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkArcRole(org.w3c.dom.Element arg0)
public static void setXLinkArcRole(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkTitle(org.w3c.dom.Element arg0)
public static void setXLinkTitle(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkShow(org.w3c.dom.Element arg0)
public static void setXLinkShow(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkActuate(org.w3c.dom.Element arg0)
public static void setXLinkActuate(org.w3c.dom.Element arg0, String arg1)
public static String getXLinkHref(org.w3c.dom.Element arg0)
public static void setXLinkHref(org.w3c.dom.Element arg0, String arg1)

org.apache.batik.dom.util.XMLSupport(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public static String getXMLLang(org.w3c.dom.Element arg0)
public static String getXMLSpace(org.w3c.dom.Element arg0)
public static String defaultXMLSpace(String arg0)
public static String preserveXMLSpace(String arg0)

A Voir sur le même Sujet:

  • download org.w3c.dom.document jar

Leave a Reply

Your email address will not be published. Required fields are marked *