|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
gnu.xml.aelfred2 | This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. |
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
gnu.xml.pipeline | This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. |
gnu.xml.util | This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of Attributes in gnu.xml.aelfred2 |
Classes in gnu.xml.aelfred2 that implement Attributes | |
class |
SAXDriver
An enhanced SAX2 version of Microstar's Ælfred XML parser. |
Uses of Attributes in gnu.xml.dom |
Methods in gnu.xml.dom with parameters of type Attributes | |
void |
Consumer.Backdoor.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
Uses of Attributes in gnu.xml.pipeline |
Methods in gnu.xml.pipeline with parameters of type Attributes | |
void |
XIncludeFilter.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
void |
WellFormednessFilter.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
void |
ValidationConsumer.startElement(String uri,
String localName,
String qName,
Attributes atts)
ContentHandler Performs validity checks against element (and document) content models, and attribute values. |
void |
TeeConsumer.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
void |
NSFilter.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
void |
LinkFilter.startElement(String uri,
String localName,
String qName,
Attributes atts)
Collects URIs for (X)HTML content from elements which hold them. |
void |
EventFilter.startElement(String uri,
String localName,
String qName,
Attributes atts)
SAX2: passes this callback to the next consumer, if any |
void |
DomConsumer.Handler.startElement(String uri,
String localName,
String qName,
Attributes atts)
|
Uses of Attributes in gnu.xml.util |
Methods in gnu.xml.util with parameters of type Attributes | |
void |
XMLWriter.writeElement(String uri,
String localName,
String qName,
Attributes atts,
String content)
Writes an element that has content consisting of a single string. |
void |
XMLWriter.writeElement(String uri,
String localName,
String qName,
Attributes atts,
int content)
Writes an element that has content consisting of a single integer, encoded as a decimal string. |
void |
XMLWriter.startElement(String uri,
String localName,
String qName,
Attributes atts)
SAX2: indicates the start of an element. |
void |
XMLWriter.writeEmptyElement(String uri,
String localName,
String qName,
Attributes atts)
Writes an empty element. |
Uses of Attributes in org.xml.sax |
Methods in org.xml.sax with parameters of type Attributes | |
void |
ContentHandler.startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Receive notification of the beginning of an element. |
Uses of Attributes in org.xml.sax.ext |
Subinterfaces of Attributes in org.xml.sax.ext | |
interface |
Attributes2
SAX2 extension to augment the per-attribute information provided though Attributes . |
Classes in org.xml.sax.ext that implement Attributes | |
class |
Attributes2Impl
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. |
Methods in org.xml.sax.ext with parameters of type Attributes | |
void |
Attributes2Impl.setAttributes(Attributes atts)
Copy an entire Attributes object. |
Constructors in org.xml.sax.ext with parameters of type Attributes | |
Attributes2Impl(Attributes atts)
Copy an existing Attributes or Attributes2 object. |
Uses of Attributes in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement Attributes | |
class |
AttributesImpl
Default implementation of the Attributes interface. |
Methods in org.xml.sax.helpers with parameters of type Attributes | |
void |
XMLReaderAdapter.startElement(String uri,
String localName,
String qName,
Attributes atts)
Adapt a SAX2 start element event. |
void |
XMLFilterImpl.startElement(String uri,
String localName,
String qName,
Attributes atts)
Filter a start element event. |
void |
DefaultHandler.startElement(String uri,
String localName,
String qName,
Attributes attributes)
Receive notification of the start of an element. |
void |
AttributesImpl.setAttributes(Attributes atts)
Copy an entire Attributes object. |
Constructors in org.xml.sax.helpers with parameters of type Attributes | |
AttributesImpl(Attributes atts)
Copy an existing Attributes object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2004-06-11.