7879808182838485868788
final String selector = "html|tag[Test|Attr]"; source.setCharacterStream(new StringReader(selector)); try { final Object o = p.parseSelectors(source); System.out.println(o); } catch (IOException e) { e.printStackTrace();
7475767778798081828384
final String selector = "html|tag[Test|Attr]"; source.setCharacterStream(new StringReader(selector)); try { Object o = p.parseSelectors(source); System.out.println(o); } catch (IOException e) { e.printStackTrace();