return childLocationFixup;
}
public Fixup doPLEntry() throws HandlerException {
streamHandler.startElement(new SystemUseEntryElement("PL", 1));
Fixup parentLocationFixup = streamHandler.fixup(new BothWordDataReference(0));
streamHandler.endElement();
return parentLocationFixup;
}