Uses of Interface
org.w3c.dom.UserDataHandler
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of UserDataHandler in org.apache.harmony.xml.dom
Methods in org.apache.harmony.xml.dom with parameters of type UserDataHandler Modifier and Type Method Description ObjectNodeImpl. setUserData(String key, Object data, UserDataHandler handler) -
Uses of UserDataHandler in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type UserDataHandler Modifier and Type Method Description ObjectElemLiteralResult.Attribute. setUserData(String key, Object data, UserDataHandler handler) -
Uses of UserDataHandler in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type UserDataHandler Modifier and Type Method Description ObjectDTMNodeProxy. setUserData(String key, Object data, UserDataHandler handler) -
Uses of UserDataHandler in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm with parameters of type UserDataHandler Modifier and Type Method Description ObjectDOM2DTMdefaultNamespaceDeclarationNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node. -
Uses of UserDataHandler in org.apache.xml.utils
Methods in org.apache.xml.utils with parameters of type UserDataHandler Modifier and Type Method Description ObjectUnImplNode. setUserData(String key, Object data, UserDataHandler handler) -
Uses of UserDataHandler in org.w3c.dom
Methods in org.w3c.dom with parameters of type UserDataHandler Modifier and Type Method Description ObjectNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node.