Skip to content

Instantly share code, notes, and snippets.

@judeibe
Created March 15, 2011 23:13
Show Gist options
  • Select an option

  • Save judeibe/871709 to your computer and use it in GitHub Desktop.

Select an option

Save judeibe/871709 to your computer and use it in GitHub Desktop.
if ("property".equals(qName) | "property".equals(name)) {
String parentType = currentBranch.get(currentBranch.size() - 3);
putProperty(parentType, attr.getValue("name"), attr.getValue("value"));
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment