Searched refs:domNode (Results 1 – 1 of 1) sorted by relevance
255 public static ResourceType fromXmlTag(Node domNode) { in fromXmlTag() argument256 if (!(domNode instanceof Element)) { in fromXmlTag()260 Element tag = (Element) domNode; in fromXmlTag()