|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
---|---|
org.apache.html.dom | |
org.apache.xerces.framework | |
org.apache.xml.serialize | |
org.xml.sax | |
org.xml.sax.helpers |
Uses of AttributeList in org.apache.html.dom |
---|
Methods in org.apache.html.dom with parameters of type AttributeList | |
void |
HTMLBuilder.startElement(java.lang.String tagName,
AttributeList attrList)
|
Uses of AttributeList in org.apache.xerces.framework |
---|
Classes in org.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.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.apache.xml.serialize |
---|
Methods in org.apache.xml.serialize with parameters of type AttributeList | |
void |
XMLSerializer.startElement(java.lang.String tagName,
AttributeList attrs)
|
void |
HTMLSerializer.startElement(java.lang.String tagName,
AttributeList attrs)
|
void |
TextSerializer.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. |
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. |
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 |