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

Author:

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

protected void ()
protected void (String name, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public void setNodeName(String v)
public String getNodeName()
public short getNodeType()
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String nodeValue)
		throws org.w3c.dom.DOMException
public String getName()
public boolean getSpecified()
public void setSpecified(boolean v)
public String getValue()
public void setValue(String value)
		throws org.w3c.dom.DOMException
public void setOwnerElement(org.apache.batik.dom.AbstractElement v)
public org.w3c.dom.Element getOwnerElement()
public org.w3c.dom.TypeInfo getSchemaTypeInfo()
public boolean isId()
public void setIsId(boolean isId)
protected void nodeAdded(org.w3c.dom.Node n)
protected void nodeToBeRemoved(org.w3c.dom.Node n)
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)
protected void fireDOMSubtreeModifiedEvent()

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

protected void ()
protected void (String nsURI, String qname, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public String getNamespaceURI()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)

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 nodeValue)
		throws org.w3c.dom.DOMException
public String getData()
		throws org.w3c.dom.DOMException
public void setData(String data)
		throws org.w3c.dom.DOMException
public int getLength()
public String substringData(int offset, int count)
		throws org.w3c.dom.DOMException
public void appendData(String arg)
		throws org.w3c.dom.DOMException
public void insertData(int offset, String arg)
		throws org.w3c.dom.DOMException
public void deleteData(int offset, int count)
		throws org.w3c.dom.DOMException
public void replaceData(int offset, int count, String arg)
		throws org.w3c.dom.DOMException
protected void checkOffsetCount(int offset, int count)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)

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 v)
public void setPreviousSibling(org.w3c.dom.Node v)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node v)
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()
public String getTextContent()

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

protected void registerFeature(String name, Object value)
protected void ()
public boolean hasFeature(String feature, String version)
public Object getFeature(String feature, String version)
public org.apache.batik.dom.events.DocumentEventSupport createDocumentEventSupport()
public org.apache.batik.dom.events.EventSupport createEventSupport(org.apache.batik.dom.AbstractNode n)

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

protected void ()
public void (org.w3c.dom.DocumentType dt, org.w3c.dom.DOMImplementation impl)
public void setDocumentInputEncoding(String ie)
public void setDocumentXmlEncoding(String xe)
public void setLocale(java.util.Locale l)
public java.util.Locale getLocale()
public String formatMessage(String key, Object[] args)
		throws java.util.MissingResourceException
public boolean getEventsEnabled()
public void setEventsEnabled(boolean b)
public String getNodeName()
public short getNodeType()
public org.w3c.dom.DocumentType getDoctype()
public void setDoctype(org.w3c.dom.DocumentType dt)
public org.w3c.dom.DOMImplementation getImplementation()
public org.w3c.dom.Element getDocumentElement()
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep, boolean trimId)
public org.w3c.dom.Node cloneNode(boolean deep)
public abstract boolean isId(org.w3c.dom.Attr arg1)
public org.w3c.dom.Element getElementById(String id)
public org.w3c.dom.Element getChildElementById(org.w3c.dom.Node requestor, String id)
protected org.w3c.dom.Node getRoot(org.w3c.dom.Node n)
public void removeIdEntry(org.w3c.dom.Element e, String id)
public void addIdEntry(org.w3c.dom.Element e, String id)
public void updateIdEntry(org.w3c.dom.Element e, String oldId, String newId)
public org.w3c.dom.events.Event createEvent(String eventType)
		throws org.w3c.dom.DOMException
public boolean canDispatch(String ns, String eventType)
public org.w3c.dom.traversal.NodeIterator createNodeIterator(org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
		throws org.w3c.dom.DOMException
public org.w3c.dom.traversal.TreeWalker createTreeWalker(org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
		throws org.w3c.dom.DOMException
public void detachNodeIterator(org.w3c.dom.traversal.NodeIterator it)
public void nodeToBeRemoved(org.w3c.dom.Node node)
protected org.apache.batik.dom.AbstractDocument getCurrentDocument()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.w3c.dom.Document d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.w3c.dom.Document d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)
public String getInputEncoding()
public String getXmlEncoding()
public boolean getXmlStandalone()
public void setXmlStandalone(boolean b)
		throws org.w3c.dom.DOMException
public String getXmlVersion()
public void setXmlVersion(String v)
		throws org.w3c.dom.DOMException
public boolean getStrictErrorChecking()
public void setStrictErrorChecking(boolean b)
public String getDocumentURI()
public void setDocumentURI(String uri)
public org.w3c.dom.DOMConfiguration getDomConfig()
public org.w3c.dom.Node adoptNode(org.w3c.dom.Node n)
		throws org.w3c.dom.DOMException
protected void adoptNode1(org.apache.batik.dom.AbstractNode n)
public org.w3c.dom.Node renameNode(org.w3c.dom.Node n, String ns, String qn)
public void normalizeDocument()
protected boolean normalizeDocument(org.w3c.dom.Element e, boolean cdataSections, boolean comments, boolean elementContentWhitepace, boolean namespaceDeclarations, boolean namespaces, boolean splitCdataSections, org.w3c.dom.DOMErrorHandler errorHandler)
protected boolean splitCdata(org.w3c.dom.Element e, org.w3c.dom.Node n, org.w3c.dom.DOMErrorHandler errorHandler)
protected boolean checkChars(String s)
protected boolean checkName(String s)
protected org.w3c.dom.DOMError createDOMError(String type, short severity, String key, Object[] args, org.w3c.dom.Node related, Exception e)
public void setTextContent(String s)
		throws org.w3c.dom.DOMException
public void setXBLManager(org.apache.batik.dom.xbl.XBLManager m)
public org.apache.batik.dom.xbl.XBLManager getXBLManager()
public org.w3c.dom.xpath.XPathExpression createExpression(String expression, org.w3c.dom.xpath.XPathNSResolver resolver)
		throws org.w3c.dom.DOMException, org.w3c.dom.xpath.XPathException
public org.w3c.dom.xpath.XPathNSResolver createNSResolver(org.w3c.dom.Node n)
public Object evaluate(String expression, org.w3c.dom.Node contextNode, org.w3c.dom.xpath.XPathNSResolver resolver, short type, Object result)
		throws org.w3c.dom.xpath.XPathException, org.w3c.dom.DOMException
public org.w3c.dom.xpath.XPathException createXPathException(short type, String key, Object[] args)
public org.w3c.dom.Node getXblParentNode()
public org.w3c.dom.NodeList getXblChildNodes()
public org.w3c.dom.NodeList getXblScopedChildNodes()
public org.w3c.dom.Node getXblFirstChild()
public org.w3c.dom.Node getXblLastChild()
public org.w3c.dom.Node getXblPreviousSibling()
public org.w3c.dom.Node getXblNextSibling()
public org.w3c.dom.Element getXblFirstElementChild()
public org.w3c.dom.Element getXblLastElementChild()
public org.w3c.dom.Element getXblPreviousElementSibling()
public org.w3c.dom.Element getXblNextElementSibling()
public org.w3c.dom.Element getXblBoundElement()
public org.w3c.dom.Element getXblShadowTree()
public org.w3c.dom.NodeList getXblDefinitions()
private void writeObject(java.io.ObjectOutputStream s)
		throws java.io.IOException
private void readObject(java.io.ObjectInputStream s)
		throws java.io.IOException, java.lang.ClassNotFoundException

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 n, boolean replace)

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

protected void ()
protected void (String name, org.apache.batik.dom.AbstractDocument owner)
public short getNodeType()
public boolean hasAttributes()
public org.w3c.dom.NamedNodeMap getAttributes()
public String getTagName()
public boolean hasAttribute(String name)
public String getAttribute(String name)
public void setAttribute(String name, String value)
		throws org.w3c.dom.DOMException
public void removeAttribute(String name)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr getAttributeNode(String name)
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr newAttr)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr oldAttr)
		throws org.w3c.dom.DOMException
public void normalize()
public boolean hasAttributeNS(String namespaceURI, String localName)
public String getAttributeNS(String namespaceURI, String localName)
public void setAttributeNS(String namespaceURI, String qualifiedName, String value)
		throws org.w3c.dom.DOMException
public void removeAttributeNS(String namespaceURI, String localName)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr getAttributeNodeNS(String namespaceURI, String localName)
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr newAttr)
		throws org.w3c.dom.DOMException
public org.w3c.dom.TypeInfo getSchemaTypeInfo()
public void setIdAttribute(String name, boolean isId)
		throws org.w3c.dom.DOMException
public void setIdAttributeNS(String ns, String ln, boolean isId)
		throws org.w3c.dom.DOMException
public void setIdAttributeNode(org.w3c.dom.Attr attr, boolean isId)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Attr getIdAttribute()
protected String getId()
protected void nodeAdded(org.w3c.dom.Node node)
protected void nodeToBeRemoved(org.w3c.dom.Node node)
private void invalidateElementsByTagName(org.w3c.dom.Node node)
protected org.w3c.dom.NamedNodeMap createAttributes()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)
public void fireDOMAttrModifiedEvent(String name, org.w3c.dom.Attr node, String oldv, String newv, short change)
protected void attrAdded(org.w3c.dom.Attr node, String newv)
protected void attrModified(org.w3c.dom.Attr node, String oldv, String newv)
protected void attrRemoved(org.w3c.dom.Attr node, String oldv)
public org.w3c.dom.Element getFirstElementChild()
public org.w3c.dom.Element getLastElementChild()
public org.w3c.dom.Element getNextElementSibling()
public org.w3c.dom.Element getPreviousElementSibling()
public int getChildElementCount()

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

protected void ()
protected void (String nsURI, String qname, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public String getNamespaceURI()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)

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

public void ()
public short getNodeType()
public void setNodeName(String v)
public String getNodeName()
public String getPublicId()
public void setPublicId(String id)
public String getSystemId()
public void setSystemId(String id)
public String getNotationName()
public void setNotationName(String name)
public String getInputEncoding()
public String getXmlEncoding()
public String getXmlVersion()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)

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

protected void ()
protected void (String name, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public short getNodeType()
public void setNodeName(String v)
public String getNodeName()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)

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

public void ()
public void setNodeName(String v)
public void setOwnerDocument(org.w3c.dom.Document doc)
public void setSpecified(boolean v)
public String getNodeValue()
		throws org.w3c.dom.DOMException
public void setNodeValue(String nodeValue)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node getParentNode()
public void setParentNode(org.w3c.dom.Node v)
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 n)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node n)
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 newChild, org.w3c.dom.Node refChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
		throws org.w3c.dom.DOMException
public boolean hasChildNodes()
public org.w3c.dom.Node cloneNode(boolean deep)
public void normalize()
public boolean isSupported(String feature, String version)
public String getPrefix()
public void setPrefix(String prefix)
		throws org.w3c.dom.DOMException
public String getLocalName()
public org.w3c.dom.DOMException createDOMException(short type, String key, Object[] args)
protected String getCascadedXMLBase(org.w3c.dom.Node node)
public String getBaseURI()
public static String getBaseURI(org.w3c.dom.Node n)
public short compareDocumentPosition(org.w3c.dom.Node other)
		throws org.w3c.dom.DOMException
public String getTextContent()
public void setTextContent(String s)
		throws org.w3c.dom.DOMException
public boolean isSameNode(org.w3c.dom.Node other)
public String lookupPrefix(String namespaceURI)
protected String lookupNamespacePrefix(String namespaceURI, org.w3c.dom.Element originalElement)
public boolean isDefaultNamespace(String namespaceURI)
public String lookupNamespaceURI(String prefix)
public boolean isEqualNode(org.w3c.dom.Node other)
protected boolean compareStrings(String s1, String s2)
protected boolean compareNamedNodeMaps(org.w3c.dom.NamedNodeMap nnm1, org.w3c.dom.NamedNodeMap nnm2)
public Object getFeature(String feature, String version)
public Object getUserData(String key)
public Object setUserData(String key, Object data, org.w3c.dom.UserDataHandler handler)
protected void fireUserDataHandlers(short type, org.w3c.dom.Node oldNode, org.w3c.dom.Node newNode)
public void addEventListener(String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public void addEventListenerNS(String namespaceURI, String type, org.w3c.dom.events.EventListener listener, boolean useCapture, Object evtGroup)
public void removeEventListener(String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public void removeEventListenerNS(String namespaceURI, String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public org.apache.batik.dom.events.NodeEventTarget getParentNodeEventTarget()
public boolean dispatchEvent(org.w3c.dom.events.Event evt)
		throws org.w3c.dom.events.EventException
public boolean willTriggerNS(String namespaceURI, String type)
public boolean hasEventListenerNS(String namespaceURI, String type)
public org.apache.batik.dom.events.EventSupport getEventSupport()
public org.apache.batik.dom.events.EventSupport initializeEventSupport()
public void fireDOMNodeInsertedIntoDocumentEvent()
public void fireDOMNodeRemovedFromDocumentEvent()
protected void fireDOMCharacterDataModifiedEvent(String oldv, String newv)
protected org.apache.batik.dom.AbstractDocument getCurrentDocument()
protected abstract org.w3c.dom.Node newNode()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void checkChildType(org.w3c.dom.Node n, boolean replace)
public org.w3c.dom.Node getXblParentNode()
public org.w3c.dom.NodeList getXblChildNodes()
public org.w3c.dom.NodeList getXblScopedChildNodes()
public org.w3c.dom.Node getXblFirstChild()
public org.w3c.dom.Node getXblLastChild()
public org.w3c.dom.Node getXblPreviousSibling()
public org.w3c.dom.Node getXblNextSibling()
public org.w3c.dom.Element getXblFirstElementChild()
public org.w3c.dom.Element getXblLastElementChild()
public org.w3c.dom.Element getXblPreviousElementSibling()
public org.w3c.dom.Element getXblNextElementSibling()
public org.w3c.dom.Element getXblBoundElement()
public org.w3c.dom.Element getXblShadowTree()
public org.w3c.dom.NodeList getXblDefinitions()
public Object getManagerData()
public void setManagerData(Object data)
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 v)
public String getNodeName()
public String getPublicId()
public void setPublicId(String id)
public String getSystemId()
public void setSystemId(String id)
public void setTextContent(String s)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)

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 v)
public void setPreviousSibling(org.w3c.dom.Node v)
public org.w3c.dom.Node getPreviousSibling()
public void setNextSibling(org.w3c.dom.Node v)
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 newChild, org.w3c.dom.Node refChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
		throws org.w3c.dom.DOMException
public boolean hasChildNodes()
public void normalize()
public org.w3c.dom.NodeList getElementsByTagName(String name)
public org.w3c.dom.NodeList getElementsByTagNameNS(String namespaceURI, String localName)
public String getTextContent()
public void fireDOMNodeInsertedIntoDocumentEvent()
public void fireDOMNodeRemovedFromDocumentEvent()
protected void nodeAdded(org.w3c.dom.Node n)
protected void nodeToBeRemoved(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
protected void fireDOMSubtreeModifiedEvent()
protected void fireDOMNodeInsertedEvent(org.w3c.dom.Node node)
protected void fireDOMNodeRemovedEvent(org.w3c.dom.Node node)
protected void checkAndRemove(org.w3c.dom.Node n, boolean replace)

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 nodeValue)
		throws org.w3c.dom.DOMException
public String getData()
public void setData(String data)
		throws org.w3c.dom.DOMException
public String getTextContent()
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)

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

protected void ()
protected void (org.w3c.dom.DocumentType dt, org.w3c.dom.DOMImplementation impl)
public void setCSSEngine(org.apache.batik.css.engine.CSSEngine ctx)
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 elt, String pseudoElt)

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

public void ()
public org.w3c.dom.Text splitText(int offset)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node getPreviousLogicallyAdjacentTextNode(org.w3c.dom.Node n)
protected org.w3c.dom.Node getNextLogicallyAdjacentTextNode(org.w3c.dom.Node n)
public String getWholeText()
public boolean isElementContentWhitespace()
public org.w3c.dom.Text replaceWholeText(String s)
		throws org.w3c.dom.DOMException
public String getTextContent()
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.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 l)
public java.util.Locale getLocale()
protected void initLocalizable()
public String formatMessage(String key, Object[] args)
		throws java.util.MissingResourceException
public void registerCustomCSSValueManager(org.apache.batik.css.engine.value.ValueManager vm)
public void registerCustomCSSShorthandManager(org.apache.batik.css.engine.value.ShorthandManager sm)
public org.apache.batik.css.engine.CSSEngine createCSSEngine(org.apache.batik.dom.AbstractStylableDocument doc, org.apache.batik.css.engine.CSSContext ctx)
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 document, String namespaceURI, String qualifiedName)
protected static synchronized java.util.List getDomExtensions()
static void ()

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

protected void ()
public void (String name, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public boolean isReadonly()
public void setReadonly(boolean v)
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 nsURI, String qname, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public boolean isReadonly()
public void setReadonly(boolean v)
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 value, org.apache.batik.dom.AbstractDocument owner)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean v)
protected org.w3c.dom.Text createTextNode(String text)
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 value, org.apache.batik.dom.AbstractDocument owner)
public boolean isReadonly()
public void setReadonly(boolean v)
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 qualifiedName, String publicId, String systemId)
public org.w3c.dom.Document createDocument(String namespaceURI, String qualifiedName, org.w3c.dom.DocumentType doctype)
		throws org.w3c.dom.DOMException
static void ()

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

protected void ()
public void (org.w3c.dom.DocumentType dt, org.w3c.dom.DOMImplementation impl)
public boolean isReadonly()
public void setReadonly(boolean v)
public boolean isId(org.w3c.dom.Attr node)
public org.w3c.dom.Element createElement(String tagName)
		throws org.w3c.dom.DOMException
public org.w3c.dom.DocumentFragment createDocumentFragment()
public org.w3c.dom.Text createTextNode(String data)
public org.w3c.dom.Comment createComment(String data)
public org.w3c.dom.CDATASection createCDATASection(String data)
		throws org.w3c.dom.DOMException
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(String target, String data)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr createAttribute(String name)
		throws org.w3c.dom.DOMException
public org.w3c.dom.EntityReference createEntityReference(String name)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Element createElementNS(String namespaceURI, String qualifiedName)
		throws org.w3c.dom.DOMException
public org.w3c.dom.Attr createAttributeNS(String namespaceURI, String qualifiedName)
		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 owner)
public boolean isReadonly()
public void setReadonly(boolean v)
protected org.w3c.dom.Node newNode()

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

public void (String qualifiedName, String publicId, String systemId)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean ro)
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.GenericElement(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public void (String name, org.apache.batik.dom.AbstractDocument owner)
		throws org.w3c.dom.DOMException
public void setNodeName(String v)
public String getNodeName()
public boolean isReadonly()
public void setReadonly(boolean v)
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
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 nsURI, String name, org.apache.batik.dom.AbstractDocument owner)
public void setNodeName(String v)
public String getNodeName()
public boolean isReadonly()
public void setReadonly(boolean v)
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
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 name, String pubId, String sysId, org.apache.batik.dom.AbstractDocument owner)
public boolean isReadonly()
public void setReadonly(boolean v)
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 name, org.apache.batik.dom.AbstractDocument owner)
public boolean isReadonly()
public void setReadonly(boolean v)
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 name, String pubId, String sysId, org.apache.batik.dom.AbstractDocument owner)
public boolean isReadonly()
public void setReadonly(boolean v)
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 target, String data, org.apache.batik.dom.AbstractDocument owner)
public void setNodeName(String v)
public boolean isReadonly()
public void setReadonly(boolean v)
public String getTarget()
public void setTarget(String v)
protected org.w3c.dom.Node export(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n, org.apache.batik.dom.AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
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 value, org.apache.batik.dom.AbstractDocument owner)
public String getNodeName()
public short getNodeType()
public boolean isReadonly()
public void setReadonly(boolean v)
protected org.w3c.dom.Text createTextNode(String text)
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 data, org.apache.batik.dom.AbstractDocument owner, org.apache.batik.dom.StyleSheetFactory f)
public boolean isReadonly()
public void setReadonly(boolean v)
public void setNodeName(String v)
public String getTarget()
public org.w3c.dom.stylesheets.StyleSheet getSheet()
public org.apache.batik.dom.util.HashTable getPseudoAttributes()
public void setData(String data)
		throws org.w3c.dom.DOMException
protected org.w3c.dom.Node newNode()

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 String getNamespaceURI()
public org.w3c.dom.events.Event getOriginalEvent()
public void stopPropagation()
public void preventDefault()
public boolean getDefaultPrevented()
public java.util.List getDefaultActions()
public void addDefaultAction(Runnable rable)
public void stopImmediatePropagation()
public void initEvent(String eventTypeArg, boolean canBubbleArg, boolean cancelableArg)
public void initEventNS(String namespaceURIArg, String eventTypeArg, boolean canBubbleArg, boolean cancelableArg)
boolean getStopPropagation()
boolean getStopImmediatePropagation()
void setEventPhase(short eventPhase)
void stopPropagation(boolean state)
void stopImmediatePropagation(boolean state)
void preventDefault(boolean state)
void setCurrentTarget(org.w3c.dom.events.EventTarget currentTarget)
void setTarget(org.w3c.dom.events.EventTarget target)
public Object clone()
		throws java.lang.CloneNotSupportedException
public org.apache.batik.dom.events.AbstractEvent cloneEvent()
public int getBubbleLimit()
public void setBubbleLimit(int n)

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

public void ()
public Object getDetail()
public void initCustomEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, Object detailArg)

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 typeArg, boolean canBubbleArg, boolean cancelableArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, int keyCodeArg, int charCodeArg, org.w3c.dom.views.AbstractView viewArg)

org.apache.batik.dom.events.DOMKeyboardEvent(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 String getKeyIdentifier()
public int getKeyLocation()
public boolean getModifierState(String keyIdentifierArg)
public void initKeyboardEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String keyIdentifierArg, int keyLocationArg, String modifiersList)
public void initKeyboardEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String keyIdentifierArg, int keyLocationArg, String modifiersList)

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 boolean getModifierState(String keyIdentifierArg)
public String getModifiersString()
public void initMouseEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, org.w3c.dom.events.EventTarget relatedTargetArg)
public void initMouseEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, short buttonArg, org.w3c.dom.events.EventTarget relatedTargetArg, String modifiersList)

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 typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)
public void initMutationEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg)

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

public void ()
public void initMutationNameEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
public void initMutationNameEventNS(String namespaceURI, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.Node relatedNodeArg, String prevNamespaceURIArg, String prevNodeNameArg)
public String getPrevNamespaceURI()
public String getPrevNodeName()

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

public void ()
public String getData()
public void initTextEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String dataArg)
public void initTextEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, String dataArg)

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

public void ()
public org.w3c.dom.views.AbstractView getView()
public int getDetail()
public void initTimeEvent(String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void initTimeEventNS(String namespaceURIArg, String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void setTimestamp(long timeStamp)

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 typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void initUIEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
protected String[] split(String s)

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 eventType)
		throws org.w3c.dom.DOMException

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

public void ()
public void addListener(String namespaceURI, Object group, org.w3c.dom.events.EventListener listener)
public void removeListener(String namespaceURI, org.w3c.dom.events.EventListener listener)
public boolean hasEventListener(String namespaceURI)
public int size()

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

public void (org.apache.batik.dom.AbstractNode n)
public void addEventListener(String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public void addEventListenerNS(String namespaceURI, String type, org.w3c.dom.events.EventListener listener, boolean useCapture, Object group)
public void removeEventListener(String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public void removeEventListenerNS(String namespaceURI, String type, org.w3c.dom.events.EventListener listener, boolean useCapture)
public void moveEventListeners(org.apache.batik.dom.events.EventSupport other)
public boolean dispatchEvent(org.apache.batik.dom.events.NodeEventTarget target, org.w3c.dom.events.Event evt)
		throws org.w3c.dom.events.EventException
protected void runDefaultActions(org.apache.batik.dom.events.AbstractEvent e)
protected void fireEventListeners(org.apache.batik.dom.events.NodeEventTarget node, org.apache.batik.dom.events.AbstractEvent e, boolean useCapture, java.util.HashSet stoppedGroups, java.util.HashSet toBeStoppedGroups)
protected org.apache.batik.dom.events.NodeEventTarget[] getAncestors(org.apache.batik.dom.events.NodeEventTarget node)
public boolean hasEventListenerNS(String namespaceURI, String type)
public org.apache.batik.dom.events.EventListenerList getEventListeners(String type, boolean useCapture)
protected org.w3c.dom.events.EventException createEventException(short code, String key, Object[] args)
protected void setTarget(org.apache.batik.dom.events.AbstractEvent e, org.apache.batik.dom.events.NodeEventTarget target)
protected void stopPropagation(org.apache.batik.dom.events.AbstractEvent e, boolean b)
protected void stopImmediatePropagation(org.apache.batik.dom.events.AbstractEvent e, boolean b)
protected void preventDefault(org.apache.batik.dom.events.AbstractEvent e, boolean b)
protected void setCurrentTarget(org.apache.batik.dom.events.AbstractEvent e, org.apache.batik.dom.events.NodeEventTarget target)
protected void setEventPhase(org.apache.batik.dom.events.AbstractEvent e, short phase)
public static org.w3c.dom.events.Event getUltimateOriginalEvent(org.w3c.dom.events.Event evt)

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()
public abstract boolean dispatchEvent(org.w3c.dom.events.Event arg1)
		throws org.w3c.dom.events.EventException, org.w3c.dom.DOMException
public abstract void addEventListenerNS(String arg1, String arg2, org.w3c.dom.events.EventListener arg3, boolean arg4, Object arg5)
public abstract void removeEventListenerNS(String arg1, String arg2, org.w3c.dom.events.EventListener arg3, boolean arg4)

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

public void (org.apache.batik.dom.AbstractDocument doc, org.w3c.dom.Node n, int what, org.w3c.dom.traversal.NodeFilter nf, boolean exp)
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 removedNode)
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 n, int what, org.w3c.dom.traversal.NodeFilter nf, boolean exp)
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 n)
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 n)
protected org.w3c.dom.Node firstChild(org.w3c.dom.Node n)
protected org.w3c.dom.Node lastChild(org.w3c.dom.Node n)
protected org.w3c.dom.Node previousSibling(org.w3c.dom.Node n, org.w3c.dom.Node root)
protected org.w3c.dom.Node nextSibling(org.w3c.dom.Node n, org.w3c.dom.Node root)
protected short acceptNode(org.w3c.dom.Node n)

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 doc, org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
public org.w3c.dom.traversal.NodeIterator createNodeIterator(org.apache.batik.dom.AbstractDocument doc, org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
		throws org.w3c.dom.DOMException
public void nodeToBeRemoved(org.w3c.dom.Node removedNode)
public void detachNodeIterator(org.w3c.dom.traversal.NodeIterator it)

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.DOMUtilities(Ci-dessous la liste des Méthodes de la classe)

protected void ()
public static void writeDocument(org.w3c.dom.Document doc, java.io.Writer w)
		throws java.io.IOException
public static void writeNode(org.w3c.dom.Node n, java.io.Writer w)
		throws java.io.IOException
public static String getXML(org.w3c.dom.Node n)
public static String contentToString(String s)
public static int getChildIndex(org.w3c.dom.Node child, org.w3c.dom.Node parent)
public static int getChildIndex(org.w3c.dom.Node child)
public static boolean isAnyNodeAncestorOf(java.util.ArrayList ancestorNodes, org.w3c.dom.Node node)
public static boolean isAncestorOf(org.w3c.dom.Node node, org.w3c.dom.Node descendant)
public static boolean isParentOf(org.w3c.dom.Node node, org.w3c.dom.Node parentNode)
public static boolean canAppend(org.w3c.dom.Node node, org.w3c.dom.Node parentNode)
public static boolean canAppendAny(java.util.ArrayList children, org.w3c.dom.Node parentNode)
public static boolean canHaveChildren(org.w3c.dom.Node parentNode)
public static org.w3c.dom.Node parseXML(String text, org.w3c.dom.Document doc, String uri, java.util.Map prefixes, String wrapperElementName, org.apache.batik.dom.util.SAXDocumentFactory documentFactory)
public static org.w3c.dom.Document deepCloneDocument(org.w3c.dom.Document doc, org.w3c.dom.DOMImplementation impl)
public static boolean isValidName(String s)
public static boolean isValidName11(String s)
public static boolean isValidPrefix(String s)
public static String getPrefix(String s)
public static String getLocalName(String s)
public static void parseStyleSheetPIData(String data, org.apache.batik.dom.util.HashTable table)
public static String getModifiersList(int lockState, int modifiers)
static void ()

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

public void ()
protected static String getModifiersList(int lockState, int modifiersEx)
static void ()

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 elt)
public int getLocationColumn(org.w3c.dom.Element elt)
public void setLocation(org.w3c.dom.Element elt, int line, int col)
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.HashTable(Ci-dessous la liste des Méthodes de la classe)

public void ()
public void (int c)
public void (org.apache.batik.dom.util.HashTable t)
public int size()
public Object get(Object key)
public Object put(Object key, Object value)
public Object remove(Object key)
public Object key(int index)
public Object item(int index)
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 s, String v)
public String get(String s)

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

public void ()
public void (int c)
public void (org.apache.batik.dom.util.IntTable t)
public int size()
public int get(Object key)
public int put(Object key, int value)
public int inc(Object key)
public int dec(Object key)
public int remove(Object key)
public void clear()
protected void rehash()

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

public void (java.util.List list)
public org.w3c.dom.Node item(int index)
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 impl, String parser)
public void (org.w3c.dom.DOMImplementation impl, String parser, boolean dd)
public org.w3c.dom.Document createDocument(String ns, String root, String uri)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String uri)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String ns, String root, String uri, java.io.InputStream is)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String uri, java.io.InputStream is)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String ns, String root, String uri, java.io.Reader r)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String ns, String root, String uri, org.xml.sax.XMLReader r)
		throws java.io.IOException
public org.w3c.dom.Document createDocument(String uri, java.io.Reader r)
		throws java.io.IOException
protected org.w3c.dom.Document createDocument(String ns, String root, String uri, org.xml.sax.InputSource is)
		throws java.io.IOException
protected org.w3c.dom.Document createDocument(org.xml.sax.InputSource is)
		throws java.io.IOException
public org.apache.batik.dom.util.DocumentDescriptor getDocumentDescriptor()
public void setDocumentLocator(org.xml.sax.Locator l)
public void setValidating(boolean isValidating)
public boolean isValidating()
public void setErrorHandler(org.xml.sax.ErrorHandler eh)
public org.w3c.dom.DOMImplementation getDOMImplementation(String ver)
public void fatalError(org.xml.sax.SAXParseException ex)
		throws org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException ex)
		throws org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException ex)
		throws org.xml.sax.SAXException
public void startDocument()
		throws org.xml.sax.SAXException
public void startElement(String uri, String localName, String rawName, org.xml.sax.Attributes attributes)
		throws org.xml.sax.SAXException
public void endElement(String uri, String localName, String rawName)
		throws org.xml.sax.SAXException
public void appendStringData()
public void characters(char[] ch, int start, int length)
		throws org.xml.sax.SAXException
public void ignorableWhitespace(char[] ch, int start, int length)
		throws org.xml.sax.SAXException
public void processingInstruction(String target, String data)
		throws org.xml.sax.SAXException
public void startDTD(String name, String publicId, String systemId)
		throws org.xml.sax.SAXException
public void endDTD()
		throws org.xml.sax.SAXException
public void startEntity(String name)
		throws org.xml.sax.SAXException
public void endEntity(String name)
		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[] ch, int start, int length)
		throws org.xml.sax.SAXException
static void ()

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

public void (org.xml.sax.SAXException saxe)
public org.xml.sax.SAXException getSAXException()
public Throwable getCause()

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

public void ()
public void (int c)
public int size()
public Object put(Object o1, Object o2, Object o3, Object value)
public Object get(Object o1, Object o2, Object o3)
protected void rehash()
protected int hashCode(Object o1, Object o2, Object o3)

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 elt)
public static void setXLinkType(org.w3c.dom.Element elt, String str)
public static String getXLinkRole(org.w3c.dom.Element elt)
public static void setXLinkRole(org.w3c.dom.Element elt, String str)
public static String getXLinkArcRole(org.w3c.dom.Element elt)
public static void setXLinkArcRole(org.w3c.dom.Element elt, String str)
public static String getXLinkTitle(org.w3c.dom.Element elt)
public static void setXLinkTitle(org.w3c.dom.Element elt, String str)
public static String getXLinkShow(org.w3c.dom.Element elt)
public static void setXLinkShow(org.w3c.dom.Element elt, String str)
public static String getXLinkActuate(org.w3c.dom.Element elt)
public static void setXLinkActuate(org.w3c.dom.Element elt, String str)
public static String getXLinkHref(org.w3c.dom.Element elt)
public static void setXLinkHref(org.w3c.dom.Element elt, String str)

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

public abstract org.w3c.dom.events.EventListener getOnreadystatechange()
public abstract void setOnreadystatechange(org.w3c.dom.events.EventListener arg1)
public abstract short getReadyState()
public abstract void open(String arg1, String arg2)
public abstract void open(String arg1, String arg2, boolean arg3)
public abstract void open(String arg1, String arg2, boolean arg3, String arg4)
public abstract void open(String arg1, String arg2, boolean arg3, String arg4, String arg5)
public abstract void setRequestHeader(String arg1, String arg2)
public abstract void send()
public abstract void send(String arg1)
public abstract void send(org.w3c.dom.Document arg1)
public abstract void abort()
public abstract String getAllResponseHeaders()
public abstract String getResponseHeader(String arg1)
public abstract String getResponseText()
public abstract String getResponseXML()
public abstract short getStatus()
public abstract String getStatusText()

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

private void ()
public static String getXMLLang(org.w3c.dom.Element elt)
public static String getXMLSpace(org.w3c.dom.Element elt)
public static String defaultXMLSpace(String data)
public static String preserveXMLSpace(String data)

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

public void ()
public void startProcessing()
public void stopProcessing()
public boolean isProcessing()
public org.w3c.dom.Node getXblParentNode(org.w3c.dom.Node n)
public org.w3c.dom.NodeList getXblChildNodes(org.w3c.dom.Node n)
public org.w3c.dom.NodeList getXblScopedChildNodes(org.w3c.dom.Node n)
public org.w3c.dom.Node getXblFirstChild(org.w3c.dom.Node n)
public org.w3c.dom.Node getXblLastChild(org.w3c.dom.Node n)
public org.w3c.dom.Node getXblPreviousSibling(org.w3c.dom.Node n)
public org.w3c.dom.Node getXblNextSibling(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblFirstElementChild(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblLastElementChild(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblPreviousElementSibling(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblNextElementSibling(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblBoundElement(org.w3c.dom.Node n)
public org.w3c.dom.Element getXblShadowTree(org.w3c.dom.Node n)
public org.w3c.dom.NodeList getXblDefinitions(org.w3c.dom.Node n)

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

public abstract org.w3c.dom.Node getXblParentNode()
public abstract org.w3c.dom.NodeList getXblChildNodes()
public abstract org.w3c.dom.NodeList getXblScopedChildNodes()
public abstract org.w3c.dom.Node getXblFirstChild()
public abstract org.w3c.dom.Node getXblLastChild()
public abstract org.w3c.dom.Node getXblPreviousSibling()
public abstract org.w3c.dom.Node getXblNextSibling()
public abstract org.w3c.dom.Element getXblFirstElementChild()
public abstract org.w3c.dom.Element getXblLastElementChild()
public abstract org.w3c.dom.Element getXblPreviousElementSibling()
public abstract org.w3c.dom.Element getXblNextElementSibling()
public abstract org.w3c.dom.Element getXblBoundElement()
public abstract org.w3c.dom.Element getXblShadowTree()
public abstract org.w3c.dom.NodeList getXblDefinitions()

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

public abstract org.w3c.dom.events.Event getOriginalEvent()

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

public abstract org.apache.batik.dom.xbl.XBLShadowTreeElement getXblShadowTree()
public abstract void initShadowTreeEvent(String arg1, boolean arg2, boolean arg3, org.apache.batik.dom.xbl.XBLShadowTreeElement arg4)
public abstract void initShadowTreeEventNS(String arg1, String arg2, boolean arg3, boolean arg4, org.apache.batik.dom.xbl.XBLShadowTreeElement arg5)

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

public abstract void startProcessing()
public abstract void stopProcessing()
public abstract boolean isProcessing()
public abstract org.w3c.dom.Node getXblParentNode(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.NodeList getXblChildNodes(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.NodeList getXblScopedChildNodes(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Node getXblFirstChild(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Node getXblLastChild(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Node getXblPreviousSibling(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Node getXblNextSibling(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblFirstElementChild(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblLastElementChild(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblPreviousElementSibling(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblNextElementSibling(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblBoundElement(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.Element getXblShadowTree(org.w3c.dom.Node arg1)
public abstract org.w3c.dom.NodeList getXblDefinitions(org.w3c.dom.Node arg1)

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

public abstract Object getManagerData()
public abstract void setManagerData(Object arg1)

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

public abstract org.w3c.dom.Element getElementById(String arg1)

Leave a Reply

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