Searched defs:styleNode (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DMsgMgr.java115 * @param styleNode Stylesheet node
124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) argument
127 warn(srcLctr, styleNode, sourceNode, msg, null);
133 * @param styleNode Stylesheet node
143 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) argument
269 * @param styleNode Stylesheet node
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) argument
281 error(srcLctr, styleNode, sourceNode, msg, null);
288 * @param styleNode Stylesheet node
298 public void error(SourceLocator srcLctr, Node styleNode, Nod argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java55 * @param styleNode The stylesheet node from where this error originated, or null.
57 public void setStylesheetNode(Object styleNode) argument
59 m_styleNode = styleNode;
127 * @param styleNode The stylesheet node that the error originated from.
129 public XPathException(String message, Object styleNode) argument
134 m_styleNode = styleNode;
143 * @param styleNode The stylesheet node that the error originated from.
146 public XPathException(String message, Node styleNode, Exception e) argument
151 m_styleNode = styleNode;
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp156 Node* styleNode = selection.base().deprecatedNode(); local
157 RefPtr<StyledElement> holder = insertFragmentForTestRendering(styleNode);
173 holder = insertFragmentForTestRendering(styleNode);

Completed in 113 milliseconds