HomeSort by relevance Sort by last modified time
    Searched refs:ER_FUNCTION_NOT_SUPPORTED (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 97 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"appendChild not supported!");
110 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!");
123 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeType not supported!");
136 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getParentNode not supported!");
149 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getChildNodes not supported!");
162 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getFirstChild not supported!");
175 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLastChild not supported!");
188 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNextSibling not supported!");
201 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLength not supported!");
216 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"item not supported!")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 80 public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED";
163 { ER_FUNCTION_NOT_SUPPORTED,
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 89 public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED";
721 { ER_FUNCTION_NOT_SUPPORTED,
    [all...]

Completed in 41 milliseconds