HomeSort by relevance Sort by last modified time
    Searched full:stylenode (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 115 * @param styleNode Stylesheet node
124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
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[])
269 * @param styleNode Stylesheet node
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
281 error(srcLctr, styleNode, sourceNode, msg, null);
288 * @param styleNode Stylesheet node
298 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 55 * @param styleNode The stylesheet node from where this error originated, or null.
57 public void setStylesheetNode(Object styleNode)
59 m_styleNode = styleNode;
127 * @param styleNode The stylesheet node that the error originated from.
129 public XPathException(String message, Object styleNode)
134 m_styleNode = styleNode;
143 * @param styleNode The stylesheet node that the error originated from.
146 public XPathException(String message, Node styleNode, Exception e)
151 m_styleNode = styleNode;
  /external/webkit/Source/WebCore/editing/
markup.cpp     [all...]
ReplaceSelectionCommand.cpp 156 Node* styleNode = selection.base().deprecatedNode();
157 RefPtr<StyledElement> holder = insertFragmentForTestRendering(styleNode);
173 holder = insertFragmentForTestRendering(styleNode);
    [all...]

Completed in 639 milliseconds