public ContentSaxParser() {
super();
Map<String, String> attributes = new HashMap<String, String>();
attributes.put("class", "button-video-download");
this.videoUrlPoint = new SaxGenericAnchorPoint(attributes);
attributes = new HashMap<String, String>();
attributes.put("class", "button-video-music");
this.mp3UrlPoint = new SaxGenericAnchorPoint(attributes);
this.saxPoints = new SaxPoint[] {this.decriptionPoint, this.commentPoint, this.videoUrlPoint, this.mp3UrlPoint};
}