|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attr | |
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
org.w3c.dom | Document Object Model level 2 interfaces. |
Uses of Attr in org.apache.xalan.lib.sql |
Classes in org.apache.xalan.lib.sql that implement Attr | |
class |
ColumnAttribute
Represents a column attribute on a column-header element. |
Uses of Attr in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement Attr | |
class |
AttrImpl
**For internal use only** Class to hold information about an attribute node. |
class |
AttrImplNS
**For internal use only** Class to hold information about an attribute node with a name space |
class |
NameSpaceDecl
**For internal use only** Class to represent NameSpace Decl nodes |
Methods in org.apache.xalan.stree that return Attr | |
Attr |
DocumentImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented right now. |
Attr |
ElementImpl.createAttribute(java.lang.String name)
Create an attribute node. |
Attr |
ElementImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Create an attribute node with a namespace . |
Uses of Attr in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer with parameters of type Attr | |
boolean |
ResultTreeHandler.isDefinedNSDecl(Attr attr)
Returns whether a namespace is defined |
void |
ResultTreeHandler.addAttribute(Attr attr)
Copy an DOM attribute to the created output element, executing attribute templates as need be, and processing the xsl:use attribute. |
Uses of Attr in org.apache.xml.utils |
Methods in org.apache.xml.utils that return Attr | |
Attr |
UnImplNode.removeAttributeNode(Attr oldAttr)
Unimplemented. |
Attr |
UnImplNode.setAttributeNode(Attr newAttr)
Unimplemented. |
Attr |
UnImplNode.getAttributeNode(java.lang.String name)
Unimplemented. |
Attr |
UnImplNode.setAttributeNodeNS(Attr newAttr)
Unimplemented. |
Attr |
UnImplNode.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
Unimplemented. |
Attr |
UnImplNode.createAttribute(java.lang.String name)
Unimplemented. |
Attr |
UnImplNode.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented. |
Methods in org.apache.xml.utils with parameters of type Attr | |
Attr |
UnImplNode.removeAttributeNode(Attr oldAttr)
Unimplemented. |
Attr |
UnImplNode.setAttributeNode(Attr newAttr)
Unimplemented. |
Attr |
UnImplNode.setAttributeNodeNS(Attr newAttr)
Unimplemented. |
Uses of Attr in org.apache.xpath |
Methods in org.apache.xpath with parameters of type Attr | |
java.lang.String |
DOMHelper.getExpandedAttributeName(Attr attr)
Returns the attribute name with the namespace prefix (if any) replaced by the Namespace URI it was bound to. |
Uses of Attr in org.w3c.dom |
Methods in org.w3c.dom that return Attr | |
Attr |
Element.getAttributeNode(java.lang.String name)
Retrieves an attribute node by name. |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node. |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node. |
Attr |
Element.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
Retrieves an Attr node by local name and namespace URI. |
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute. |
Attr |
Document.createAttribute(java.lang.String name)
Creates an Attr of the given name. |
Attr |
Document.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Creates an attribute of the given qualified name and namespace URI. |
Methods in org.w3c.dom with parameters of type Attr | |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node. |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node. |
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |