Home
last modified time | relevance | path

Searched refs:ER_NULL_CHILD (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTErrorResources.java113 public static final String ER_NULL_CHILD = "ER_NULL_CHILD"; field in XSLTErrorResources
540 { ER_NULL_CHILD, in getContents()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java259 error(XSLTErrorResources.ER_NULL_CHILD, null); //"Trying to add a null child!"); in appendChild()
297 error(XSLTErrorResources.ER_NULL_CHILD, null); //"Trying to add a null child!"); in appendChild()