Lines Matching refs:node

105             if (a.getLocalName().equals("node"))
118 validate(bindings); // validate this node
136 //the node does not have
147 //if the target node is xs:schema, declare the jaxb version on it as latter on it will be
172 if ((isJAXWSBindings(bindings) || isJAXBBindings(bindings)) && bindings.getAttributeNode("node") != null) {
173 targetNodes = evaluateXPathMultiNode(bindings, target, bindings.getAttribute("node"), new NamespaceContextImpl(bindings));
175 if (isJAXWSBindings(bindings) && (bindings.getAttributeNode("node") == null) && !isToplevelBinding) {
231 * Determines the target node of the "bindings" element
232 * by using the inherited target node, then put
240 validate(bindings); // validate this node
258 //the node does not have
269 //if the target node is xs:schema, declare the jaxb version on it as latter on it will be
292 if ((isJAXWSBindings(bindings) || isJAXBBindings(bindings)) && bindings.getAttributeNode("node") != null) {
293 target = evaluateXPathNode(bindings, target, bindings.getAttribute("node"), new NamespaceContextImpl(bindings));
295 if (isJAXWSBindings(bindings) && (bindings.getAttributeNode("node") == null) && !isTopLevelBinding(bindings)) {
342 private boolean isTopLevelBinding(Node node) {
343 return node.getOwnerDocument().getDocumentElement() == node;
434 // recover from the error by ignoring this node
450 // move this node under the target
465 * Moves the "decl" node under the "target" node.
473 //if there is @node on decl and has a child element jaxb:bindings, move it under the target
515 // finally move the declaration to the target node.
526 * Copy in-scope namespace declarations of the decl node
527 * to the decl node itself so that this move won't change
594 * and insert it as the first child of the given parent node.
599 // use the same prefix as the parent node to avoid modifying