Esempio n. 1
0
 public CSSValue parsePropertyValue(InputSource source) throws IOException {
   CSSOMHandler handler = new CSSOMHandler();
   _parser.setDocumentHandler(handler);
   return new CSSValueImpl(_parser.parsePropertyValue(source));
 }