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);
113 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);
123 result = System.getProperty(fullName);
128 // result = System.getenv(fullName);
135 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName);