Home
last modified time | relevance | path

Searched refs:ER_FUNCTION_NOT_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java97 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"appendChild not supported!"); in appendChild()
110 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!"); in hasChildNodes()
123 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeType not supported!"); in getNodeType()
136 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getParentNode not supported!"); in getParentNode()
149 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getChildNodes not supported!"); in getChildNodes()
162 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getFirstChild not supported!"); in getFirstChild()
175 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLastChild not supported!"); in getLastChild()
188 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNextSibling not supported!"); in getNextSibling()
201 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLength not supported!"); in getLength()
216 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"item not supported!"); in item()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/res/
DXMLErrorResources.java80 public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED"; field in XMLErrorResources
163 { ER_FUNCTION_NOT_SUPPORTED, in getContents()
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTErrorResources.java89 public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED"; field in XSLTErrorResources
721 { ER_FUNCTION_NOT_SUPPORTED, in getContents()