Package org.dom4j

Class QName

    • Method Detail

      • getName

        public String getName()
        DOCUMENT ME!
        Returns:
        the local name
      • getQualifiedName

        public String getQualifiedName()
        DOCUMENT ME!
        Returns:
        the qualified name in the format prefix:localName
      • getNamespace

        public Namespace getNamespace()
        DOCUMENT ME!
        Returns:
        the namespace of this QName
      • getNamespacePrefix

        public String getNamespacePrefix()
        DOCUMENT ME!
        Returns:
        the namespace URI of this QName
      • getNamespaceURI

        public String getNamespaceURI()
        DOCUMENT ME!
        Returns:
        the namespace URI of this QName
      • hashCode

        public int hashCode()
        DOCUMENT ME!
        Overrides:
        hashCode in class Object
        Returns:
        the hash code based on the qualified name and the URI of the namespace.
      • getDocumentFactory

        public DocumentFactory getDocumentFactory()
        DOCUMENT ME!
        Returns:
        the factory that should be used for Elements of this QName
      • setDocumentFactory

        public void setDocumentFactory​(DocumentFactory documentFactory)
      • validateNCName

        protected static void validateNCName​(String ncname)