|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceStack | |
org.dom4j.io | |
org.dom4j.tree |
Uses of NamespaceStack in org.dom4j.io |
Methods in org.dom4j.io with parameters of type NamespaceStack | |
protected void |
SAXWriter.writeContent(Branch branch,
NamespaceStack namespaceStack)
|
protected void |
SAXWriter.write(Element element,
NamespaceStack namespaceStack)
|
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.endPrefixMapping(NamespaceStack namespaceStack,
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)
|
Uses of NamespaceStack in org.dom4j.tree |
Methods in org.dom4j.tree with parameters of type NamespaceStack | |
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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |