OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ER_NOT_ALLOWED_IN_POSITION
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java
374
public static final String
ER_NOT_ALLOWED_IN_POSITION
=
375
"
ER_NOT_ALLOWED_IN_POSITION
";
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java
388
error(XSLMessages.createMessage(XSLTErrorResources.
ER_NOT_ALLOWED_IN_POSITION
, new Object[]{rawName}),null);//rawName + " is not allowed in this position in the stylesheet!",
[
all
...]
Completed in 15 milliseconds