HomeSort by relevance Sort by last modified time
    Searched full:node (Results 401 - 425 of 4066) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 35 * Create an ExtendedType object from node type, namespace and local name.
36 * The hash code is calculated from the node type, namespace and local name.
38 * @param nodetype Type of the node
39 * @param namespace Namespace of the node
40 * @param localName Local name of the node
51 * Create an ExtendedType object from node type, namespace, local name
54 * @param nodetype Type of the node
55 * @param namespace Namespace of the node
56 * @param localName Local name of the node
122 * Return the node typ
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 22 import org.w3c.dom.Node;
77 * Given a prefix and a Context Node, get the corresponding namespace.
79 * is an attribute node.
81 * @param namespaceContext Node from which to start searching for a
87 org.w3c.dom.Node namespaceContext) {
88 Node parent = namespaceContext;
97 && (((type = parent.getNodeType()) == Node.ELEMENT_NODE)
98 || (type == Node.ENTITY_REFERENCE_NODE))) {
100 if (type == Node.ELEMENT_NODE) {
104 Node attr = nnm.item(i)
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
LocalName.java 8 import org.w3c.dom.Node;
17 * The "getLocalName()" method for a Node returns the local part of the
18 * qualified name of this node, and for nodes of any type other than
22 * Retrieve the first emp:address node and get the attributes of this node."
31 @TestTargetClass(Node.class)
89 Node createdNode;
105 Node testEmployee;
106 Node textNode;
124 Node testEmployee
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-dump.c 28 #include "fen-node.h"
36 /*-------------------- node ------------------*/
38 dump_node (node_t* node, gpointer data)
40 if (data && node->user_data) {
43 g_printf ("[%s] < 0x%p : 0x%p > %s\n", __func__, node, node->user_data, NODE_NAME(node));
47 dump_node_tree (node_t* node, gpointer user_data)
53 if (node) {
54 travel_nodes (node, &op)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 38 static Instance* pluginInstance(Node* node)
40 if (!node)
42 if (!(node->hasTagName(objectTag) || node->hasTagName(embedTag) || node->hasTagName(appletTag)))
44 HTMLPlugInElement* plugInElement = static_cast<HTMLPlugInElement*>(node);
52 static RuntimeObjectImp* getRuntimeObject(ExecState* exec, Node* node)
54 Instance* instance = pluginInstance(node);
    [all...]
  /external/webkit/WebCore/dom/
StyleElement.cpp 65 for (Node* c = e->firstChild(); c; c = c->nextSibling()) {
66 Node::NodeType nodeType = c->nodeType();
67 if (nodeType == Node::TEXT_NODE || nodeType == Node::CDATA_SECTION_NODE || nodeType == Node::COMMENT_NODE)
74 for (Node* c = e->firstChild(); c; c = c->nextSibling()) {
75 Node::NodeType nodeType = c->nodeType();
76 if (nodeType == Node::TEXT_NODE || nodeType == Node::CDATA_SECTION_NODE || nodeType == Node::COMMENT_NODE)
    [all...]
Traversal.h 34 class Node;
39 Node* root() const { return m_root.get(); }
45 Traversal(PassRefPtr<Node>, unsigned whatToShow, PassRefPtr<NodeFilter>, bool expandEntityReferences);
46 short acceptNode(ScriptState*, Node*) const;
49 RefPtr<Node> m_root;
  /external/webkit/WebCore/svg/
SVGClipPathElement.cpp 98 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
122 for (Node* node = firstChild(); node; node = node->nextSibling()) {
123 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyledTransformable())
125 SVGStyledTransformableElement* styled = static_cast<SVGStyledTransformableElement*>(node);
    [all...]
SVGLocatable.cpp 42 static bool isViewportElement(Node* node)
44 return (node->hasTagName(SVGNames::svgTag)
45 || node->hasTagName(SVGNames::symbolTag)
47 || node->hasTagName(SVGNames::foreignObjectTag)
49 || node->hasTagName(SVGNames::imageTag));
55 for (Node* n = element->parentNode(); n && !n->isDocumentNode(); n = n->parentNode()) {
67 for (Node* n = element->parentNode(); n && !n->isDocumentNode(); n = n->parentNode()) {
90 Node* parent = element->parentNode();
107 Node* parent = element->parentNode()
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
CharacterDataImpl.h 40 * The character data of the node that implements this interface. The DOM
42 * that may be stored in a <code>CharacterData</code> node. However,
43 * implementation limits may mean that the entirety of a node's data may
48 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
58 * The character data of the node that implements this interface. The DOM
60 * that may be stored in a <code>CharacterData</code> node. However,
61 * implementation limits may mean that the entirety of a node's data may
67 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
84 * Append the string to the end of the character data of the node. Upon
89 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 31 import org.w3c.dom.Node;
126 public Node importNode(Node importedNode, boolean deep) throws DOMException {
132 * Node Interface methods
137 return Node.DOCUMENT_NODE;
142 // The value of nodeName is "#document" when Node is a Document
178 public Node adoptNode(Node source) throws DOMException {
190 public Node renameNode(Node n, String namespaceURI, String qualifiedName
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 139 /* For nested functions points to function the node is nested in. */
150 /* Pointer to a single unique cgraph node for this function. If the
165 /* Unique id of the node. */
275 /* Next asm node. */
277 /* String for this asm node. */
315 void cgraph_insert_node_to_hashtable (struct cgraph_node *node);
325 void cgraph_node_remove_callees (struct cgraph_node *node);
401 void cgraph_remove_link_node (struct cgraph_node *node);
413 void varpool_remove_link_node (struct varpool_node *node);
415 bool varpool_is_auxiliary (struct varpool_node *node);
482 struct varpool_node *node; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 22 import org.w3c.dom.Node;
45 public void updateValue(Node xml_attribute_node) {
50 // the parent element, which is actually the first text node of the element.
54 Node xml_node = parent.getXmlNode();
56 for (Node xml_child = xml_node.getFirstChild();
59 if (xml_child.getNodeType() == Node.TEXT_NODE) {
86 // Get (or create) the underlying XML element node that contains the value.
87 Node element = parent.prepareCommit();
94 for (Node xml_child = element.getFirstChild();
97 if (xml_child.getNodeType() == Node.TEXT_NODE)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 42 import org.w3c.dom.Node;
52 * This class acts like a Element node, and implements the
95 * Return the node name.
97 * @return An invalid node name
245 * requires that if you *do* want to reparent a node, you use removeChild()
254 public Node appendChild(Node newChild) throws DOMException
284 * requires that if you *do* want to reparent a node, you use removeChild()
328 * Get the type of the node.
330 * @return Constant for this node typ
448 Node node = m_firstChild; local
567 ElemTemplateElement node = m_firstChild; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
ExpressionNode.java 36 /** This pair of methods are used to inform the node of its
41 /** This method tells the node to add its argument to the node's
45 /** This method returns a child node. The children are numbered
49 /** Return the number of children the node has. */
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
SubContextList.java 26 * A class that implements this interface is a sub context node list, meaning it
27 * is a node list for a location path step for a predicate.
34 * Get the number of nodes in the node list, which, in the XSLT 1 based
40 * @return the number of nodes in the node list.
49 * @return The position of the current node in the list.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
PsuedoNames.java 25 * comment node.
36 * Psuedo name for the root node.
41 * Psuedo name for a text node.
46 * Psuedo name for a comment node.
51 * Psuedo name for a processing instruction node.
  /external/bison/src/
relation.h 27 If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
43 If R (NODE-1, NODE-2) then on exit FUNCTION[NODE - 1] was extended
44 (unioned) with FUNCTION[NODE - 2]. */
  /external/clearsilver/python/examples/base/
hdfhelp.py 205 self.node = None
207 self.node = self.hdf.child()
212 if not self.node:
215 ret = self.node
216 self.node = self.node.next()
222 if not self.node: raise StopIteration
224 ret = (self.node.name(), self.node.value())
225 self.node = self.node.next(
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_factory.cpp 32 /* Audio decoder node factory methods */
38 PVMFNodeInterface* node = NULL; local
39 node = new PVMFOMXAudioDecNode(aPriority);
40 if (node == NULL)
44 return node;
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.h 179 class IntrusiveDOMWrapperMap : public AbstractWeakReferenceMap<Node, v8::Object> {
182 : AbstractWeakReferenceMap<Node, v8::Object>(callback) { }
184 virtual v8::Persistent<v8::Object> get(Node* obj)
190 virtual void set(Node* obj, v8::Persistent<v8::Object> wrapper)
199 virtual bool contains(Node* obj)
209 virtual bool removeIfPresent(Node* key, v8::Persistent<v8::Data> value);
225 Node* node = V8Node::toNative(*target); local
226 ASSERT(node);
227 node->setWrapper(target)
232 Node* node = V8Node::toNative(*entry); local
241 Node* node = V8Node::toNative(*entry); local
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8NamedNodesCollection.h 34 #include "Node.h"
43 explicit V8NamedNodesCollection(const Vector<RefPtr<Node> >& nodes)
46 virtual Node* item(unsigned) const;
47 virtual Node* itemWithName(const AtomicString&) const;
50 Vector<RefPtr<Node> > m_nodes;
  /external/webkit/WebCore/editing/
ReplaceNodeWithSpanCommand.h 43 static PassRefPtr<ReplaceNodeWithSpanCommand> create(PassRefPtr<Node> node)
45 return adoptRef(new ReplaceNodeWithSpanCommand(node));
51 ReplaceNodeWithSpanCommand(PassRefPtr<Node>);
56 RefPtr<Node> m_node;
  /external/webkit/WebCore/xml/
NativeXPathNSResolver.cpp 31 #include "Node.h"
37 NativeXPathNSResolver::NativeXPathNSResolver(PassRefPtr<Node> node)
38 : m_node(node)
48 // This is not done by Node::lookupNamespaceURI as per the DOM3 Core spec,
  /external/webkit/WebKit/chromium/public/
WebEventListener.h 35 namespace WebCore { class Node; }
56 EventListenerWrapper* createEventListenerWrapper(const WebString& eventType, bool useCapture, WebCore::Node* node);
57 EventListenerWrapper* getEventListenerWrapper(const WebString& eventType, bool useCapture, WebCore::Node* node);

Completed in 1051 milliseconds

<<11121314151617181920>>