|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
org.enhydra.apache.html.dom | |
org.enhydra.apache.xerces.framework | |
org.enhydra.apache.xerces.readers | |
org.enhydra.apache.xml.serialize | |
org.xml.sax | |
org.xml.sax.helpers |
Uses of AttributeList in org.enhydra.apache.html.dom |
Methods in org.enhydra.apache.html.dom with parameters of type AttributeList | |
void |
HTMLBuilder.startElement(java.lang.String tagName,
AttributeList attrList)
|
Uses of AttributeList in org.enhydra.apache.xerces.framework |
Classes in org.enhydra.apache.xerces.framework that implement AttributeList | |
class |
XMLAttrList
An instance of this class is used to represent the set of attributes for an element that are either directly specified or provided through a default value in the grammar for the document. |
Methods in org.enhydra.apache.xerces.framework that return AttributeList | |
AttributeList |
XMLAttrList.getAttributeList(int attrListHandle)
Setup this instance to respond as an AttributeList implementation. |
Uses of AttributeList in org.enhydra.apache.xerces.readers |
Methods in org.enhydra.apache.xerces.readers with parameters of type AttributeList | |
void |
XCatalog.Parser.startElement(java.lang.String elementName,
AttributeList attrList)
The start of an element. |
Uses of AttributeList in org.enhydra.apache.xml.serialize |
Methods in org.enhydra.apache.xml.serialize with parameters of type AttributeList | |
void |
XMLSerializer.startElement(java.lang.String tagName,
AttributeList attrs)
|
void |
TextSerializer.startElement(java.lang.String tagName,
AttributeList attrs)
|
void |
HTMLSerializer.startElement(java.lang.String tagName,
AttributeList attrs)
|
Uses of AttributeList in org.xml.sax |
Methods in org.xml.sax with parameters of type AttributeList | |
void |
HandlerBase.startElement(java.lang.String name,
AttributeList attributes)
Deprecated. Receive notification of the start of an element. |
void |
DocumentHandler.startElement(java.lang.String name,
AttributeList atts)
Deprecated. Receive notification of the beginning of an element. |
Uses of AttributeList in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement AttributeList | |
class |
AttributeListImpl
Deprecated. This class implements a deprecated interface, AttributeList ;
that interface has been replaced by
Attributes ,
which is implemented in the
AttributesImpl helper class. |
(package private) class |
XMLReaderAdapter.AttributesAdapter
Internal class to wrap a SAX2 Attributes object for SAX1. |
Methods in org.xml.sax.helpers with parameters of type AttributeList | |
void |
ParserAdapter.startElement(java.lang.String qName,
AttributeList qAtts)
Adapt a SAX1 startElement event. |
(package private) void |
ParserAdapter.AttributeListAdapter.setAttributeList(AttributeList qAtts)
Set the embedded AttributeList. |
void |
AttributeListImpl.setAttributeList(AttributeList atts)
Deprecated. Set the attribute list, discarding previous contents. |
Constructors in org.xml.sax.helpers with parameters of type AttributeList | |
AttributeListImpl(AttributeList atts)
Deprecated. Construct a persistent copy of an existing attribute list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |