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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathException.java57 * @param styleNode The stylesheet node from where this error originated, or null.
59 public void setStylesheetNode(Object styleNode) argument
61 m_styleNode = styleNode;
129 * @param styleNode The stylesheet node that the error originated from.
131 public XPathException(String message, Object styleNode) argument
136 m_styleNode = styleNode;
145 * @param styleNode The stylesheet node that the error originated from.
148 public XPathException(String message, Node styleNode, Exception e) argument
153 m_styleNode = styleNode;

Completed in 41 milliseconds