// specialized behavior (such as supressing certain content).
String leafContent = getLeafContent(mCurrentFrameName, mCurrentFrameAttrs, mCharContentBuffer);
// add leaf to parent frame
AFrame parent = (AFrame) mOpenFrames.peek();
org.apache.vinci.transport.Attributes vinciAttrs = parent
.aadd(mCurrentFrameName, leafContent);
// set attributes
if (mCurrentFrameAttrs != null) {
for (int i = 0; i < mCurrentFrameAttrs.getLength(); i++) {