Class BindableElement

    • Field Detail

      • namespaceURI

        protected java.lang.String namespaceURI
        The namespace URI of the custom element.
      • localName

        protected java.lang.String localName
        The local name of the custom element.
    • Constructor Detail

      • BindableElement

        protected BindableElement()
        Creates a new BindableElement object.
      • BindableElement

        public BindableElement​(java.lang.String prefix,
                               AbstractDocument owner,
                               java.lang.String ns,
                               java.lang.String ln)
        Creates a new BindableElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
        ns - The namespace of the custom element.
        ln - The local name of the custom element.