Uses of Class
uxparser.XNs

Uses of XNs in uxparser
 

Methods in uxparser that return XNs
 XNs XElem.attrNs(int index)
          Get the attribute namespace for the specified index.
 XNs XElem.attrNs(int index)
          Get the attribute namespace for the specified index.
 XNs XElem.defineDefaultNs(java.lang.String uri)
          Define the default namespace for this element and add the "xmlns" attribute.
 XNs XElem.defineDefaultNs(java.lang.String uri)
          Define the default namespace for this element and add the "xmlns" attribute.
 XNs XElem.defineNs(java.lang.String prefix, java.lang.String uri)
          Define the a new namespace for this element and add the "xmlns:" attribute.
 XNs XElem.defineNs(java.lang.String prefix, java.lang.String uri)
          Define the a new namespace for this element and add the "xmlns:" attribute.
 XNs XElem.defineNs(XNs ns)
          Define a namespace for this element by adding the "xmlns:" attribute.
 XNs XElem.defineNs(XNs ns)
          Define a namespace for this element by adding the "xmlns:" attribute.
 XNs XElem.findNs(java.lang.String uri)
          Check is this element defines a namespace for the specified uri.
 XNs XElem.findNs(java.lang.String uri)
          Check is this element defines a namespace for the specified uri.
 XNs XElem.ns()
          Get the namespace for this element.
 XNs XElem.ns()
          Get the namespace for this element.
 XNs XElem.setNs(XNs ns)
          Set this element's namespace.
 XNs XElem.setNs(XNs ns)
          Set this element's namespace.
 

Methods in uxparser with parameters of type XNs
 XElem XElem.addAttr(XNs ns, java.lang.String name, java.lang.String value)
          Add the specified attribute name value pair.
 XElem XElem.addAttr(XNs ns, java.lang.String name, java.lang.String value)
          Add the specified attribute name value pair.
 int XElem.attrIndex(XNs ns, java.lang.String name)
          Get the index of the first attribute with the specified namespace and local name or return -1 if no match.
 int XElem.attrIndex(XNs ns, java.lang.String name)
          Get the index of the first attribute with the specified namespace and local name or return -1 if no match.
 XNs XElem.defineNs(XNs ns)
          Define a namespace for this element by adding the "xmlns:" attribute.
 XNs XElem.defineNs(XNs ns)
          Define a namespace for this element by adding the "xmlns:" attribute.
 XElem XElem.elem(XNs ns, java.lang.String name)
          Get the first child element in the specified namespace and with the specified local name.
 XElem XElem.elem(XNs ns, java.lang.String name)
          Get the first child element in the specified namespace and with the specified local name.
 XElem[] XElem.elems(XNs ns)
          Get all the children elements in the specified namespace.
 XElem[] XElem.elems(XNs ns)
          Get all the children elements in the specified namespace.
 XElem[] XElem.elems(XNs ns, java.lang.String name)
          Get all the children elements in the specified namespace and with the specified local name.
 XElem[] XElem.elems(XNs ns, java.lang.String name)
          Get all the children elements in the specified namespace and with the specified local name.
 java.lang.String XElem.get(XNs ns, java.lang.String name)
          Get an attribute by the specified namespace and local name.
 java.lang.String XElem.get(XNs ns, java.lang.String name)
          Get an attribute by the specified namespace and local name.
 java.lang.String XElem.get(XNs ns, java.lang.String name, java.lang.String def)
          Get an attribute by the specified namespace and local name.
 java.lang.String XElem.get(XNs ns, java.lang.String name, java.lang.String def)
          Get an attribute by the specified namespace and local name.
 void XElem.removeAttr(XNs ns, java.lang.String name)
          Remove the first attribute with the specified namespace and local name.
 void XElem.removeAttr(XNs ns, java.lang.String name)
          Remove the first attribute with the specified namespace and local name.
 void XElem.setAttr(XNs ns, java.lang.String name, java.lang.String value)
          Set the attribute value for the first attribute found with the specified namespace and local name.
 void XElem.setAttr(XNs ns, java.lang.String name, java.lang.String value)
          Set the attribute value for the first attribute found with the specified namespace and local name.
 XNs XElem.setNs(XNs ns)
          Set this element's namespace.
 XNs XElem.setNs(XNs ns)
          Set this element's namespace.
 

Constructors in uxparser with parameters of type XNs
XElem(XNs ns, java.lang.String name)
          Create a new element with the specified namespace and local name.
XElem(XNs ns, java.lang.String name)
          Create a new element with the specified namespace and local name.