Uses of Class
org.dom4j.Namespace

Packages that use Namespace
org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. 
org.dom4j.datatype An implementation of the dom4j API which supports the XML Schema Data Types specification. 
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.dom4j.util A collection of utility classes for the dom4j API. 
 

Uses of Namespace in org.dom4j
 

Fields in org.dom4j declared as Namespace
static Namespace Namespace.NO_NAMESPACE
          No Namespace present
static Namespace Namespace.XML_NAMESPACE
          XML Namespace
 

Methods in org.dom4j that return Namespace
 Namespace DocumentFactory.createNamespace(java.lang.String prefix, java.lang.String uri)
           
static Namespace DocumentHelper.createNamespace(java.lang.String prefix, java.lang.String uri)
           
static Namespace Namespace.get(java.lang.String uri)
          A helper method to return the Namespace instance for no prefix and the URI
static Namespace Namespace.get(java.lang.String prefix, java.lang.String uri)
          A helper method to return the Namespace instance for the given prefix and URI
 Namespace Attribute.getNamespace()
           Returns the Namespace of this element if one exists otherwise null is returned returned.
 Namespace Element.getNamespace()
           Returns the Namespace of this element if one exists otherwise Namespace.NO_NAMESPACE is returned.
 Namespace QName.getNamespace()
          DOCUMENT ME!
 Namespace Element.getNamespaceForPrefix(java.lang.String prefix)
           Returns the Namespace which is mapped to the given prefix or null if it could not be found.
 Namespace Element.getNamespaceForURI(java.lang.String uri)
           Returns the Namespace which is mapped to the given URI or null if it could not be found.
 

Methods in org.dom4j with parameters of type Namespace
 void Element.add(Namespace namespace)
          Adds the given Namespace to this element.
 QName DocumentFactory.createQName(java.lang.String localName, Namespace namespace)
           
static QName DocumentHelper.createQName(java.lang.String localName, Namespace namespace)
           
static QName QName.get(java.lang.String name, Namespace namespace)
           
static QName QName.get(java.lang.String localName, Namespace namespace, java.lang.String qualifiedName)
           
 boolean Element.remove(Namespace namespace)
          Removes the given Namespace if the node is an immediate child of this element.
 void Attribute.setNamespace(Namespace namespace)
           Sets the Namespace of this element or if this element is read only then an UnsupportedOperationException is thrown.
 void Visitor.visit(Namespace namespace)
           Visits the given Namespace
 void VisitorSupport.visit(Namespace namespace)
           
 

Constructors in org.dom4j with parameters of type Namespace
QName(java.lang.String name, Namespace namespace)
           
QName(java.lang.String name, Namespace namespace, java.lang.String qualifiedName)
           
 

Uses of Namespace in org.dom4j.datatype
 

Methods in org.dom4j.datatype with parameters of type Namespace
 void SchemaParser.build(Document schemaDocument, Namespace namespace)
           
 void DatatypeDocumentFactory.loadSchema(Document schemaDocument, Namespace targetNamespace)
           
protected  void DatatypeDocumentFactory.loadSchema(Document document, java.lang.String schemaInstanceURI, Namespace namespace)
           
 

Uses of Namespace in org.dom4j.io
 

Methods in org.dom4j.io that return Namespace
 Namespace STAXEventReader.createNamespace(javax.xml.stream.events.Namespace ns)
          Constructs a new DOM4J Namespace from the provided StAX Namespace event.
protected  Namespace DOMReader.getNamespace(java.lang.String prefix, java.lang.String uri)
           
 Namespace STAXEventReader.readNamespace(javax.xml.stream.XMLEventReader reader)
          Constructs a DOM4J Namespace from the provided event stream.
 

Methods in org.dom4j.io with parameters of type Namespace
protected  org.xml.sax.helpers.AttributesImpl SAXWriter.addNamespaceAttribute(org.xml.sax.helpers.AttributesImpl attrs, Namespace namespace)
          If isDelcareNamespaceAttributes() is enabled then this method will add the given namespace declaration to the supplied attributes object, creating one if it does not exist.
protected  java.lang.String DOMWriter.attributeNameForNamespace(Namespace namespace)
           
 javax.xml.stream.events.Namespace STAXEventWriter.createNamespace(Namespace ns)
          Constructs a STAX Namespaceevent from a DOM4J Namespace.
protected  boolean SAXWriter.isIgnoreableNamespace(Namespace namespace, org.dom4j.tree.NamespaceStack namespaceStack)
          DOCUMENT ME!
protected  boolean XMLWriter.isNamespaceDeclaration(Namespace ns)
           
protected  boolean DOMWriter.isNamespaceDeclaration(Namespace ns)
           
 void XMLWriter.write(Namespace namespace)
          Writes the given Namespace.
protected  void DOMWriter.writeNamespace(org.w3c.dom.Element domElement, Namespace namespace)
           
protected  void XMLWriter.writeNamespace(Namespace namespace)
           
 void STAXEventWriter.writeNamespace(Namespace ns)
          Writes a DOM4J Namespaceto the stream.
 

Uses of Namespace in org.dom4j.util
 

Methods in org.dom4j.util that return Namespace
 Namespace ProxyDocumentFactory.createNamespace(java.lang.String prefix, java.lang.String uri)
           
 

Methods in org.dom4j.util with parameters of type Namespace
 int NodeComparator.compare(Namespace n1, Namespace n2)
           
 QName ProxyDocumentFactory.createQName(java.lang.String localName, Namespace namespace)
           
 

Constructors in org.dom4j.util with parameters of type Namespace
NonLazyElement(java.lang.String name, Namespace namespace)
           
 



Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo