Namespace of the node to which mapping applies - default is null representing no namespace
throws: BindingException - if a binding error occurs Namespace of the node
Returns true if current node should be element node, false if it should be attribute node - default is true throws: BindingException - if a binding error occurs Returns true if current node should be element node, false otherwise
Returns true if node must be present in XML document, false otherwise - default is true throws: BindingException - if a binding error occurs Returns true if node must be present in XML document, false otherwise
If current node (with specified optional namespace and local name)
should be the only one in the context node this method will return
true, otherwise it will return false - default is true throws: BindingException - if a binding error occurs Returns true if current node should be the only one in the context node, false otherwise