Package | Description |
---|---|
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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanElement.setAttributes(org.xml.sax.Attributes attributes,
NamespaceStack namespaceStack,
boolean noNamespaceAttributes) |
Modifier and Type | Field and Description |
---|---|
private NamespaceStack |
DOMWriter.namespaceStack
stack of
Namespace objects |
private NamespaceStack |
SAXContentHandler.namespaceStack
stack of
Namespace and QName objects |
private NamespaceStack |
DOMSAXContentHandler.namespaceStack
stack of
Namespace and QName objects |
private NamespaceStack |
XMLWriter.namespaceStack
The Stack of namespaceStack written so far
|
private NamespaceStack |
DOMReader.namespaceStack
stack of
Namespace and QName objects |
Modifier and Type | Method and Description |
---|---|
protected void |
SAXWriter.endPrefixMapping(NamespaceStack stack,
int stackSize)
Fires a SAX endPrefixMapping event for all the namespaceStack which have
gone out of scope
|
protected boolean |
SAXWriter.isIgnoreableNamespace(Namespace namespace,
NamespaceStack namespaceStack)
DOCUMENT ME!
|
protected org.xml.sax.helpers.AttributesImpl |
SAXWriter.startPrefixMapping(Element element,
NamespaceStack namespaceStack)
Fires a SAX startPrefixMapping event for all the namespaceStack which
have just come into scope
|
protected void |
SAXWriter.write(Element element,
NamespaceStack namespaceStack) |
protected void |
SAXWriter.writeContent(Branch branch,
NamespaceStack namespaceStack) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElement.setAttributes(org.xml.sax.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 . |