java.lang.Objectorg.xml.sax.helpers.AttributeListImpl
AttributeList;
that interface has been replaced by
Attributes,
which is implemented in the
AttributesImpl helper class.
public class AttributeListImpl
Default implementation for AttributeList.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See http://www.saxproject.org for further information.
AttributeList implements the deprecated SAX1 AttributeList interface, and has been
replaced by the new SAX2 AttributesImpl interface.
This class provides a convenience implementation of the SAX
AttributeList interface. This
implementation is useful both for SAX parser writers, who can use
it to provide attributes to the application, and for SAX application
writers, who can use it to create a persistent copy of an element's
attribute specifications:
{ // create a persistent copy of the attribute list // for use outside this method [...] }
Please note that SAX parsers are not required to use this class to provide an implementation of AttributeList; it is supplied only as an optional convenience. In particular, parser writers are encouraged to invent more efficient implementations.
AttributeList,
DocumentHandler.startElement(java.lang.String, org.xml.sax.AttributeList)| Constructor Summary | |
|---|---|
AttributeListImpl()
Deprecated. Create an empty attribute list. |
|
AttributeListImpl(AttributeList atts)
Deprecated. Construct a persistent copy of an existing attribute list. |
|
| Method Summary | |
|---|---|
void |
addAttribute(String name,
String type,
String value)
Deprecated. Add an attribute to an attribute list. |
void |
clear()
Deprecated. Clear the attribute list. |
int |
getLength()
Deprecated. Return the number of attributes in the list. |
String |
getName(int i)
Deprecated. Get the name of an attribute (by position). |
String |
getType(int i)
Deprecated. Get the type of an attribute (by position). |
String |
getType(String name)
Deprecated. Get the type of an attribute (by name). |
String |
getValue(int i)
Deprecated. Get the value of an attribute (by position). |
String |
getValue(String name)
Deprecated. Get the value of an attribute (by name). |
void |
removeAttribute(String name)
Deprecated. Remove an attribute from the list. |
void |
setAttributeList(AttributeList atts)
Deprecated. Set the attribute list, discarding previous contents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeListImpl()
This constructor is most useful for parser writers, who will use it to create a single, reusable attribute list that can be reset with the clear method between elements.
public AttributeListImpl(AttributeList atts)
This constructor is most useful for application writers, who will use it to create a persistent copy of an existing attribute list.
atts - The attribute list to copyDocumentHandler.startElement(java.lang.String, org.xml.sax.AttributeList)| Method Detail |
|---|
public void setAttributeList(AttributeList atts)
This method allows an application writer to reuse an attribute list easily.
atts - The attribute list to copy.public void addAttribute(String name, String type, String value)
This method is provided for SAX parser writers, to allow them to build up an attribute list incrementally before delivering it to the application.
name - The attribute name.type - The attribute type ("NMTOKEN" for an enumeration).value - The attribute value (must not be null).removeAttribute(java.lang.String),
DocumentHandler.startElement(java.lang.String, org.xml.sax.AttributeList)public void removeAttribute(String name)
SAX application writers can use this method to filter an attribute out of an AttributeList. Note that invoking this method will change the length of the attribute list and some of the attribute's indices.
If the requested attribute is not in the list, this is a no-op.
name - The attribute name.addAttribute(java.lang.String, java.lang.String, java.lang.String)public void clear()
SAX parser writers can use this method to reset the attribute list between DocumentHandler.startElement events. Normally, it will make sense to reuse the same AttributeListImpl object rather than allocating a new one each time.
public int getLength()
getLength in interface AttributeListAttributeList.getLength()public String getName(int i)
getName in interface AttributeListi - The position of the attribute in the list.
AttributeList.getName(int)public String getType(int i)
getType in interface AttributeListi - The position of the attribute in the list.
AttributeList.getType(int)public String getValue(int i)
getValue in interface AttributeListi - The position of the attribute in the list.
AttributeList.getValue(int)public String getType(String name)
getType in interface AttributeListname - The attribute name.
AttributeList.getType(java.lang.String)public String getValue(String name)
getValue in interface AttributeListname - The attribute name.
AttributeList.getValue(java.lang.String)Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
8 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)