|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
com.sun.xml.parser | This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
org.xml.sax.helpers | This package contains simple "helper" classes which can help programmers get started using the SAX APIs. |
Uses of AttributeList in com.sun.xml.parser |
Subinterfaces of AttributeList in com.sun.xml.parser | |
interface |
AttributeListEx
This interface extends the SAX AttributeList interface to expose information needed to support DOM Level 1 features used in document editing, and detection of ID attributes which are declared for an element. |
Uses of AttributeList in com.sun.xml.tree |
Methods in com.sun.xml.tree with parameters of type AttributeList | |
void |
XmlDocumentBuilder.startElement(java.lang.String tag,
AttributeList attributes)
SAX DocumentHandler callback, not for general application use. |
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)
Receive notification of the start of an element. |
void |
DocumentHandler.startElement(java.lang.String name,
AttributeList atts)
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
Convenience implementation for AttributeList. |
Methods in org.xml.sax.helpers with parameters of type AttributeList | |
void |
AttributeListImpl.setAttributeList(AttributeList atts)
Set the attribute list, discarding previous contents. |
Constructors in org.xml.sax.helpers with parameters of type AttributeList | |
AttributeListImpl.AttributeListImpl(AttributeList atts)
Construct a persistent copy of an existing attribute list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |