クラス XmlNamespaceImpl

    • メソッドの詳細

      • getPrefix

        public String getPrefix()
        インタフェースからコピーされた説明: XmlNamespace
        Prefix can be null. In this case it will be looked up from XML tree and used if available otherwise it will be automatically created only for serializaiton. TODO: If prefix is empty string it will be used to indicate default namespace.
        定義:
        getPrefix インタフェース内 XmlNamespace
      • getNamespaceName

        public String getNamespaceName()
        インタフェースからコピーされた説明: XmlNamespace
        Namespace name. Never null. Only allowed to be empty string if prefix is also empty string (used to undeclare default namespace)
        定義:
        getNamespaceName インタフェース内 XmlNamespace
      • equals

        public boolean equals​(Object other)
        オーバーライド:
        equals クラス内 Object