Home | History | Annotate | Download | only in functions

Lines Matching defs:fullName

59     String fullName = m_arg0.execute(xctxt).str();
60 int indexOfNSSep = fullName.indexOf(':');
73 ? fullName.substring(0, indexOfNSSep) : "";
78 ? fullName : fullName.substring(indexOfNSSep + 1);
88 new Object[]{ fullName }); //"XSL Property not supported: "+fullName);
97 fullName }); //"Don't currently do anything with namespace "+namespace+" in property: "+fullName);
109 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
119 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
132 result = System.getProperty(fullName);
137 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
147 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);