|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
org.dom4j.bean | An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element. |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.dom4j.tree | Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model. |
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 org.dom4j.bean |
Methods in org.dom4j.bean with parameters of type Attributes | |
Element |
BeanDocumentFactory.createElement(QName qname,
Attributes attributes)
|
protected java.lang.Object |
BeanDocumentFactory.createBean(QName qname,
Attributes attributes)
|
void |
BeanElement.setAttributes(Attributes attributes,
NamespaceStack namespaceStack,
boolean noNamespaceAttributes)
|
Uses of Attributes in org.dom4j.io |
Methods in org.dom4j.io that return Attributes | |
protected Attributes |
SAXWriter.createAttributes(Element element,
Attributes namespaceAttributes)
|
Methods in org.dom4j.io with parameters of type Attributes | |
protected Attributes |
SAXWriter.createAttributes(Element element,
Attributes namespaceAttributes)
|
void |
XMLWriter.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
|
protected void |
XMLWriter.writeAttributes(Attributes attributes)
|
protected void |
XMLWriter.writeAttribute(Attributes attributes,
int index)
|
void |
SAXContentHandler.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qualifiedName,
Attributes attributes)
|
protected void |
SAXContentHandler.addAttributes(Element element,
Attributes attributes)
Add all the attributes to the given elements |
Uses of Attributes in org.dom4j.io.aelfred |
Classes in org.dom4j.io.aelfred that implement Attributes | |
class |
SAXDriver
Deprecated. Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! |
Uses of Attributes in org.dom4j.tree |
Methods in org.dom4j.tree with parameters of type Attributes | |
void |
AbstractElement.setAttributes(Attributes attributes,
NamespaceStack namespaceStack,
boolean noNamespaceAttributes)
This method provides a more optimal way of setting all the attributes on an Element particularly for use in SAXReader . |
Uses of Attributes in org.xml.sax |
Methods in org.xml.sax with parameters of type Attributes | |
void |
ContentHandler.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.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(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Adapt a SAX2 start element event. |
void |
XMLFilterImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Filter a start element event. |
void |
DefaultHandler.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.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 |