Package | Description |
---|---|
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.serializer.utils | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.w3c.dom |
Modifier and Type | Class and Description |
---|---|
class |
ElemLiteralResult.LiteralElementAttributes |
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
ElemLiteralResult.getAttributes() |
NamedNodeMap |
ElemLiteralResult.Attribute.getAttributes() |
Modifier and Type | Class and Description |
---|---|
class |
DTMNamedNodeMap
DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's
NamedNodeMap interface, intended to support DTMProxy's getAttributes()
call.
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
DTMNodeProxy.getAttributes() |
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
DOM2DTMdefaultNamespaceDeclarationNode.getAttributes() |
Constructor and Description |
---|
AttList(NamedNodeMap attrs,
DOM2Helper dh)
Constructor AttList
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
UnImplNode.getAttributes()
Unimplemented.
|
Constructor and Description |
---|
AttList(NamedNodeMap attrs,
DOMHelper dh)
Constructor AttList
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
Node.getAttributes()
A
NamedNodeMap containing the attributes of this node (if
it is an Element ) or null otherwise. |
NamedNodeMap |
DocumentType.getEntities()
A
NamedNodeMap containing the general entities, both
external and internal, declared in the DTD. |
NamedNodeMap |
DocumentType.getNotations()
A
NamedNodeMap containing the notations declared in the
DTD. |
Copyright © 2014 Apache XML Project. All Rights Reserved.