}
}
public void forAllValues(PropertySG pController, JavaMethod pMethod,
DirectAccessible pElement, SGlet pSGlet) throws SAXException {
SimpleTypeSG simpleTypeSG = typeSG.getSimpleTypeSG();
simpleTypeSG.forAllValues(pMethod, pController.getValue(pElement), pSGlet);
}
public Object getValue(PropertySG pController, DirectAccessible pElement) throws SAXException {
if (pElement == null) {
return new Object[]{pController.getXMLGetMethodName(), "()"};