Frames | No Frames |
Methods with parameter type org.dom4j.QName | |
QName | Constructs a STAX QName from a DOM4J QName . |
Methods with return type org.dom4j.QName | |
QName | STAXEventReader.createQName(QName qname) Constructs a new DOM4J QName from the provided JAXP QName. |
Constructors with parameter type org.dom4j.QName | |
Fields of type org.dom4j.QName | |
QName | |
QName | |
QName |
Methods with parameter type org.dom4j.QName | |
Attribute | |
boolean | |
int | |
Attribute | |
Attribute | |
Element | |
Element | |
Element | |
Element | |
Element | |
Element | |
Element | |
List | |
void | |
void | |
void |
Methods with return type org.dom4j.QName | |
QName | ProxyDocumentFactory.createQName(String localName) |
QName | ProxyDocumentFactory.createQName(String qualifiedName, String uri) |
QName | ProxyDocumentFactory.createQName(String name, String prefix, String uri) |
QName | |
QName | |
QName | |
QName |
Constructors with parameter type org.dom4j.QName | |
Methods with parameter type org.dom4j.QName | |
Attribute | |
Attribute | |
Element | |
XSDatatype | DOCUMENT ME!
|
XSDatatype | DOCUMENT ME!
|
DatatypeElementFactory | Registers the given DatatypeElementFactory for the given
<element> schema element
|
void | Registers the given XSDatatype for the given
<attribute> QNames
|
void |
Methods with return type org.dom4j.QName | |
QName |
Returns the QName of this attribute which represents the
local name, the qualified name and the Namespace . |
QName | DOCUMENT ME!
|
Methods with parameter type org.dom4j.QName | |
Element |
Adds the attribute value of the given fully qualified name. |
Element | Adds a new Element node with the given QName to
this branch and returns a reference to the new node. |
Attribute | DOCUMENT ME!
|
String |
This returns the attribute value for the attribute with the given fully
qualified name or null if there is no such attribute or the empty string
if the attribute value is empty. |
String |
This returns the attribute value for the attribute with the given fully
qualified name or the default value if there is no such attribute value. |
Attribute | |
Attribute | |
Element |
Creates a deep copy of this element with the given fully qualified name. |
Element | |
Element | |
Element | Returns the first element for the given fully qualified name. |
Iterator | Returns an iterator over the elements contained in this element which
match the given fully qualified name. |
String | |
String | |
List |
Returns the elements contained in this element with the given fully
qualified name. |
QName | DOCUMENT ME!
|
void |
Sets the attribute value of the given fully qualified name. |
void |
Sets the QName of this element which represents the local
name, the qualified name and the Namespace . |
Methods with return type org.dom4j.QName | |
QName | DocumentFactory.createQName(String localName) |
QName | DocumentHelper.createQName(String localName) |
QName | DocumentFactory.createQName(String qualifiedName, String uri) |
QName | DocumentFactory.createQName(String name, String prefix, String uri) |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName |
Returns the QName of this attribute which represents the
local name, the qualified name and the Namespace . |
QName |
Returns the QName of this element which represents the
local name, the qualified name and the Namespace . |
QName |
Returns the QName for the given qualified name, using the
namespace URI in scope for the given prefix of the qualified name or the
default namespace if the qualified name has no prefix. |
QName | DOCUMENT ME!
|