|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attr | |
---|---|
org.apache.html.dom | |
org.apache.xerces.dom | |
org.apache.xerces.dom3.as | |
org.apache.xerces.impl.xs.opti | |
org.apache.xerces.impl.xs.traversers | |
org.apache.xerces.util | |
org.w3c.dom |
Uses of Attr in org.apache.html.dom |
---|
Methods in org.apache.html.dom that return Attr | |
---|---|
Attr |
HTMLDocumentImpl.createAttribute(java.lang.String name)
Creates an Attribute having this Document as its OwnerDoc. |
Attr |
HTMLElementImpl.getAttributeNode(java.lang.String attrName)
|
Attr |
HTMLElementImpl.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
Uses of Attr in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement Attr | |
---|---|
class |
AttrImpl
Attribute represents an XML-style attribute of an Element. |
class |
AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support. |
class |
DeferredAttrImpl
Attribute represents an XML-style attribute of an Element. |
class |
DeferredAttrNSImpl
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl. |
class |
PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items. |
Methods in org.apache.xerces.dom that return Attr | |
---|---|
Attr |
CoreDocumentImpl.createAttribute(java.lang.String name)
Factory method; creates an Attribute having this Document as its OwnerDoc. |
Attr |
CoreDocumentImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Introduced in DOM Level 2. |
Attr |
PSVIDocumentImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Create an attribute with PSVI information |
Attr |
CoreDocumentImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String localpart)
NON-DOM: a factory method used by the Xerces DOM parser to create an element. |
Attr |
PSVIDocumentImpl.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String localName)
Create an attribute with PSVI information |
Attr |
ElementImpl.getAttributeNode(java.lang.String name)
Look up a single Attribute by name. |
Attr |
ElementImpl.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
Retrieves an Attr node by local name and namespace URI. |
Attr |
ElementImpl.removeAttributeNode(Attr oldAttr)
Remove the specified attribute/value pair. |
Attr |
ElementImpl.setAttributeNode(Attr newAttr)
Add a new attribute/value pair, or replace the value of the existing attribute with that name. |
Attr |
ElementImpl.setAttributeNodeNS(Attr newAttr)
Introduced in DOM Level 2. |
Methods in org.apache.xerces.dom with parameters of type Attr | |
---|---|
static void |
DOMNormalizer.isAttrValueWF(DOMErrorHandler errorHandler,
DOMErrorImpl error,
DOMLocatorImpl locator,
NamedNodeMap attributes,
Attr a,
java.lang.String value,
boolean xml11Version)
NON-DOM: check if attribute value is well-formed |
Attr |
ElementImpl.removeAttributeNode(Attr oldAttr)
Remove the specified attribute/value pair. |
Attr |
ElementImpl.setAttributeNode(Attr newAttr)
Add a new attribute/value pair, or replace the value of the existing attribute with that name. |
Attr |
ElementImpl.setAttributeNodeNS(Attr newAttr)
Introduced in DOM Level 2. |
void |
ElementImpl.setIdAttributeNode(Attr at,
boolean makeId)
DOM Level 3: register the given attribute node as an ID attribute |
Uses of Attr in org.apache.xerces.dom3.as |
---|
Methods in org.apache.xerces.dom3.as with parameters of type Attr | |
---|---|
boolean |
ElementEditAS.canSetAttributeNode(Attr attrNode)
Deprecated. Determines if an attribute node can be added with respect to the validity check level.This is an attribute node, there is no need for canSetAttributreNodeNS! |
Uses of Attr in org.apache.xerces.impl.xs.opti |
---|
Methods in org.apache.xerces.impl.xs.opti that return Attr | |
---|---|
Attr |
DefaultDocument.createAttribute(java.lang.String name)
|
Attr |
DefaultDocument.createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
|
Attr |
DefaultElement.getAttributeNode(java.lang.String name)
|
Attr |
ElementImpl.getAttributeNode(java.lang.String name)
|
Attr |
DefaultElement.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
Attr |
ElementImpl.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
Attr |
DefaultElement.removeAttributeNode(Attr oldAttr)
|
Attr |
DefaultElement.setAttributeNode(Attr newAttr)
|
Attr |
DefaultElement.setAttributeNodeNS(Attr newAttr)
|
Methods in org.apache.xerces.impl.xs.opti with parameters of type Attr | |
---|---|
Attr |
DefaultElement.removeAttributeNode(Attr oldAttr)
|
Attr |
DefaultElement.setAttributeNode(Attr newAttr)
|
Attr |
DefaultElement.setAttributeNodeNS(Attr newAttr)
|
void |
DefaultElement.setIdAttributeNode(Attr at,
boolean makeId)
|
Constructors in org.apache.xerces.impl.xs.opti with parameters of type Attr | |
---|---|
NamedNodeMapImpl(Attr[] attrs)
|
Uses of Attr in org.apache.xerces.impl.xs.traversers |
---|
Methods in org.apache.xerces.impl.xs.traversers with parameters of type Attr | |
---|---|
void |
XSAttributeChecker.resolveNamespace(Element element,
Attr[] attrs,
SchemaNamespaceSupport nsSupport)
|
Uses of Attr in org.apache.xerces.util |
---|
Methods in org.apache.xerces.util that return Attr | |
---|---|
static Attr |
DOMUtil.getAttr(Element elem,
java.lang.String name)
|
static Attr |
DOMUtil.getAttrNS(Element elem,
java.lang.String nsUri,
java.lang.String localName)
|
static Attr[] |
DOMUtil.getAttrs(Element elem)
|
Methods in org.apache.xerces.util with parameters of type Attr | |
---|---|
static java.lang.String |
DOMUtil.getValue(Attr attribute)
|
Uses of Attr in org.w3c.dom |
---|
Methods in org.w3c.dom that return Attr | |
---|---|
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. |
Attr |
Element.getAttributeNode(java.lang.String name)
Retrieves an attribute node by name. |
Attr |
Element.getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
Retrieves an Attr node by local name and namespace URI. |
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node. |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node. |
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute. |
Methods in org.w3c.dom with parameters of type Attr | |
---|---|
Attr |
Element.removeAttributeNode(Attr oldAttr)
Removes the specified attribute node. |
Attr |
Element.setAttributeNode(Attr newAttr)
Adds a new attribute node. |
Attr |
Element.setAttributeNodeNS(Attr newAttr)
Adds a new attribute. |
void |
Element.setIdAttributeNode(Attr idAttr,
boolean isId)
If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |