if (libraryId.equals(INamespace.FRAMEWORK_NAMESPACE)
|| libraryId.equals(INamespace.APPLICATION_NAMESPACE))
throw new DocumentParseException(ParseMessages
.frameworkLibraryIdIsReserved(INamespace.FRAMEWORK_NAMESPACE), getLocation());
ILibrarySpecification ls = (ILibrarySpecification) peekObject();
ls.setLibrarySpecificationPath(libraryId, path);
push(_elementName, null, STATE_NO_CONTENT);
}