コード例 #1
0
 public CSSValue expr() {
   try {
     return _parser.parsePropertyValue(_is);
   } catch (IOException e) {
     return null;
   }
 }